bitwise004_1: Fix an annotation
This commit is contained in:
parent
fb5916b450
commit
48e17d0c33
|
@ -61,7 +61,7 @@
|
|||
[1:23:03][Try again to see that it works][:parsing :run]
|
||||
[1:23:07][Add a test for '\\x' in lex_test()][:parsing]
|
||||
[1:23:11][Correctly hit our error about \\x not being supported][:parsing :run]
|
||||
[1:23:31][Implement scan_str(), adding a *str_val to the Token struct, string literal tests in lex_test()][:parsing]
|
||||
[1:23:31][Implement scan_str(), adding a *str_val to the Token struct and string literal tests in lex_test(), and introducing assert_token_str()][:parsing]
|
||||
[1:32:05][Find that that works][:parsing :run]
|
||||
[1:32:09][Add tests for \\-escapes in lex_test()][:parsing]
|
||||
[1:32:42][Find that that all works][:parsing :run]
|
||||
|
|
Loading…
Reference in New Issue