From 48e17d0c33d5c1c229a693df62106194c2541008 Mon Sep 17 00:00:00 2001 From: Matt Mascarenhas Date: Mon, 26 Mar 2018 22:12:39 +0100 Subject: [PATCH] bitwise004_1: Fix an annotation --- pervognsen/bitwise/bitwise/bitwise004_1.hmml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pervognsen/bitwise/bitwise/bitwise004_1.hmml b/pervognsen/bitwise/bitwise/bitwise004_1.hmml index 6fb9eed..1f5f7f2 100644 --- a/pervognsen/bitwise/bitwise/bitwise004_1.hmml +++ b/pervognsen/bitwise/bitwise/bitwise004_1.hmml @@ -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]