bitwise004_1: Fix an annotation

This commit is contained in:
Matt Mascarenhas 2018-03-26 22:12:39 +01:00
parent fb5916b450
commit 48e17d0c33
1 changed files with 1 additions and 1 deletions

View File

@ -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]