summaryrefslogtreecommitdiffstats
path: root/tests/langbench/WEIRD
blob: b6a253358b32bb7a4d844889b01e7ec82d459f16 (plain)
1
2
3
4
5
6
7
8
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