Reviewers: Christian Plesner Hansen, Message: Small code review, please.
Description: Characters in the range 0..31 and 128..65535 are now printed as \x or \u escapes. This allows tests written in C++ in a simple codepage to represent the output. Also avoids output containing \0, which ends string comparison. A small optimization on quantifiers on empty atoms. Please review this at http://codereview.chromium.org/11203 Affected files: M regexp2000/src/ast.h M regexp2000/src/ast.cc M regexp2000/src/jsregexp.h M regexp2000/src/jsregexp.cc M regexp2000/src/parser.cc M regexp2000/test/cctest/test-regexp.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
