From 3ba96e04ed74ab4117c38b92666b006b900a6cf5 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 6 Jul 2008 15:40:39 +0000 Subject: [PATCH] add --- tests/lang/comments.phpt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tests/lang/comments.phpt diff --git a/tests/lang/comments.phpt b/tests/lang/comments.phpt new file mode 100644 index 0000000000..682366ec27 --- /dev/null +++ b/tests/lang/comments.phpt @@ -0,0 +1,23 @@ +--TEST-- +#-style comments +--FILE-- +#teste +#teste2 + +--EXPECTF-- +#teste2 +#ola +uhm # ah +e este, # hein? -- 2.50.1