From bb51f53ba4af4c007bcd422aef62726bdee321a6 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 4 Feb 2012 19:51:11 +0100 Subject: Urbiscript: move to other.py, fix example file, add attribution and changelog entry. --- tests/examplefiles/example.u | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/examplefiles/example.u') diff --git a/tests/examplefiles/example.u b/tests/examplefiles/example.u index adaa2924..42c85902 100644 --- a/tests/examplefiles/example.u +++ b/tests/examplefiles/example.u @@ -107,13 +107,13 @@ pi == 200grad; 0xFFFFFFFF == 4294967295; -123foo; +//123foo; //[00005658:error] !!! syntax error: invalid token: '123foo' -12.3foo; +//12.3foo; //[00018827:error] !!! syntax error: invalid token: '12.3foo' 0xabcdef; //[00060432] 11259375 -0xabcdefg; +//0xabcdefg; //[00061848:error] !!! syntax error: invalid token: '0xabcdefg' -- cgit v1.2.1