Fix unit tests

This commit is contained in:
Andreas Dangel
2022-05-26 11:49:51 +02:00
parent 82dd4d46ca
commit 8248f6e4e1
5 changed files with 383 additions and 383 deletions

View File

@ -1,89 +1,89 @@
[Image] or [Truncated image[ Bcol Ecol
L1
[func] 1 4
[main] 6 9
[(] 10 10
[)] 11 11
[{] 13 13
[func] 1 5
[main] 6 10
[(] 10 11
[)] 11 12
[{] 13 14
L3
[str] 2 4
[:=] 6 7
["hello world"] 9 21
[str] 2 5
[:=] 6 8
["hello world"] 9 22
L4
[slice] 2 6
[:=] 8 9
[str] 11 13
[\[] 14 14
[4] 15 15
[:] 16 16
[\]] 17 17
[slice] 2 7
[:=] 8 10
[str] 11 14
[\[] 14 15
[4] 15 16
[:] 16 17
[\]] 17 18
L5
[fmt] 2 4
[.] 5 5
[Println] 6 12
[(] 13 13
[slice] 14 18
[)] 19 19
[fmt] 2 5
[.] 5 6
[Println] 6 13
[(] 13 14
[slice] 14 19
[)] 19 20
L9
[bytes] 2 6
[:=] 8 9
[\[] 11 11
[\]] 12 12
[byte] 13 16
[(] 17 17
[str] 18 20
[)] 21 21
[bytes] 2 7
[:=] 8 10
[\[] 11 12
[\]] 12 13
[byte] 13 17
[(] 17 18
[str] 18 21
[)] 21 22
L10
[bytes] 2 6
[\[] 7 7
[2] 8 8
[\]] 9 9
[=] 11 11
['x'] 13 15
[bytes] 2 7
[\[] 7 8
[2] 8 9
[\]] 9 10
[=] 11 12
['x'] 13 16
L11
[str] 2 4
[=] 6 6
[string] 8 13
[(] 14 14
[bytes] 15 19
[)] 20 20
[str] 2 5
[=] 6 7
[string] 8 14
[(] 14 15
[bytes] 15 20
[)] 20 21
L12
[fmt] 2 4
[.] 5 5
[Println] 6 12
[(] 13 13
[str] 14 16
[)] 17 17
[fmt] 2 5
[.] 5 6
[Println] 6 13
[(] 13 14
[str] 14 17
[)] 17 18
L15
[runes] 2 6
[:=] 8 9
[\[] 11 11
[\]] 12 12
[rune] 13 16
[(] 17 17
[str] 18 20
[)] 21 21
[runes] 2 7
[:=] 8 10
[\[] 11 12
[\]] 12 13
[rune] 13 17
[(] 17 18
[str] 18 21
[)] 21 22
L16
[runes] 2 6
[\[] 7 7
[0] 8 8
[\]] 9 9
[=] 11 11
['哈'] 13 15
[runes] 2 7
[\[] 7 8
[0] 8 9
[\]] 9 10
[=] 11 12
['哈'] 13 16
L17
[str] 2 4
[=] 6 6
[string] 8 13
[(] 14 14
[runes] 15 19
[)] 20 20
[str] 2 5
[=] 6 7
[string] 8 14
[(] 14 15
[runes] 15 20
[)] 20 21
L18
[fmt] 2 4
[.] 5 5
[Println] 6 12
[(] 13 13
[str] 14 16
[)] 17 17
[fmt] 2 5
[.] 5 6
[Println] 6 13
[(] 13 14
[str] 14 17
[)] 17 18
L20
[}] 1 1
[}] 1 2
EOF