From a2834bb05c4ab5bd32437f333a26f8286438ade4 Mon Sep 17 00:00:00 2001 From: murphy Date: Sun, 16 Apr 2006 00:42:38 +0000 Subject: =?UTF-8?q?All=20scanners=20revisited=20not=20to=20produce=20error?= =?UTF-8?q?s=20unless=20in=20DEBUG=20mode.=20[thx@Daniel]=20Fixed=20numeri?= =?UTF-8?q?zation=20for=20input=20not=20ending=20with=20\n.=20Added=20test?= =?UTF-8?q?=20cases=20in=20C=20scanner=20tests.=20Added=20WoN=C3=A1Do=20as?= =?UTF-8?q?=20contributer=20for=20last=20Ruby=20scanner=20fix.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated TODO. --- test/c/error2.in.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/c/error2.in.c (limited to 'test/c/error2.in.c') diff --git a/test/c/error2.in.c b/test/c/error2.in.c new file mode 100644 index 0000000..1910281 --- /dev/null +++ b/test/c/error2.in.c @@ -0,0 +1 @@ +foo \ No newline at end of file -- cgit v1.2.1