summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.e
diff options
context:
space:
mode:
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