From 1cb557b279e3dc22da13dbda9a1ec2698cd0238a Mon Sep 17 00:00:00 2001 From: Louis M Date: Thu, 9 Jan 2014 22:34:24 -0500 Subject: Correct the string and char escape code and put case sensitivity to keywords. --- tests/examplefiles/example.e | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/examplefiles/example.e') diff --git a/tests/examplefiles/example.e b/tests/examplefiles/example.e index 716ec978..2e43954b 100644 --- a/tests/examplefiles/example.e +++ b/tests/examplefiles/example.e @@ -2,7 +2,7 @@ note description : "[ This is use to have almost every language element." - That way, I can correctly test the lexer. + That way, I can correctly test the lexer. %]" Don't try to understand what it does. It's not even compilling. ]" @@ -87,7 +87,7 @@ feature -- Access l_list.count - l_list.index end check Current /= Void end - debug print("Here%N") end + debug print("%"Here%"%N") end ensure Is_Cool_Not_Change: is_cool = old is_cool end -- cgit v1.2.1