summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.e
diff options
context:
space:
mode:
authorLouis M <prog@tioui.com>2014-01-09 22:34:24 -0500
committerLouis M <prog@tioui.com>2014-01-09 22:34:24 -0500
commit1cb557b279e3dc22da13dbda9a1ec2698cd0238a (patch)
tree16035a58998a3208371631d636a055837eb5109e /tests/examplefiles/example.e
parentd67d6d0f5c8b04dcf7cb4d83ccfebfdce068e890 (diff)
downloadpygments-1cb557b279e3dc22da13dbda9a1ec2698cd0238a.tar.gz
Correct the string and char escape code and put case sensitivity to keywords.
Diffstat (limited to 'tests/examplefiles/example.e')
-rw-r--r--tests/examplefiles/example.e4
1 files changed, 2 insertions, 2 deletions
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