summaryrefslogtreecommitdiffstats
path: root/tests/langbench/WEIRD
diff options
context:
space:
mode:
Diffstat (limited to 'tests/langbench/WEIRD')
-rw-r--r--tests/langbench/WEIRD9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/langbench/WEIRD b/tests/langbench/WEIRD
new file mode 100644
index 0000000..b6a2533
--- /dev/null
+++ b/tests/langbench/WEIRD
@@ -0,0 +1,9 @@
+If the regexp is ^$ then the python code gets one more match than the others.
+
+python's split gets the word count wrong:
+
+ wc -w: 3647213
+ perl: 3647213
+ ruby: 3647213
+ tcl: 3647213
+ python: 3647250