Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61339 - trunk/libs/spirit/example/scheme/example/sexpr
From: joel_at_[hidden]
Date: 2010-04-17 11:27:17


Author: djowel
Date: 2010-04-17 11:27:17 EDT (Sat, 17 Apr 2010)
New Revision: 61339
URL: http://svn.boost.org/trac/boost/changeset/61339

Log:
incorporated error handling and added error reporting tests.
Text files modified:
   trunk/libs/spirit/example/scheme/example/sexpr/sexpr_error_test.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/spirit/example/scheme/example/sexpr/sexpr_error_test.cpp
==============================================================================
--- trunk/libs/spirit/example/scheme/example/sexpr/sexpr_error_test.cpp (original)
+++ trunk/libs/spirit/example/scheme/example/sexpr/sexpr_error_test.cpp 2010-04-17 11:27:17 EDT (Sat, 17 Apr 2010)
@@ -43,7 +43,7 @@
     test("(abc \n(\"a string\" 456) \ndef)", "ok.sexpr");
     test("(abc \n(\"a string\" 456 \ndef)", "missing close paren.sexpr");
     test("(abc \n(\"a string 456) \ndef)", "missing double quote.sexpr");
- test("(abc \n(\"a string 0ggg) \ndef)", "erronoeus octal.sexpr");
+ test("(abc \n(\"a string\" 0ggg) \ndef)", "erronoeus octal.sexpr");
     return 0;
 }
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk