Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: test/lexer/cornercases/unicode-identifiers.js

Issue 76063004: Experimental lexer generator: Add a test file with unicode identifiers. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/lexer/cornercases/unicode-identifiers.js
diff --git a/test/lexer/cornercases/end-inside-string2.js b/test/lexer/cornercases/unicode-identifiers.js
similarity index 95%
copy from test/lexer/cornercases/end-inside-string2.js
copy to test/lexer/cornercases/unicode-identifiers.js
index 35c9e5a2beb0b723415b379801b1bb7ca333853f..982b2e18f86868ec619109af4b20df11730d41d3 100644
--- a/test/lexer/cornercases/end-inside-string2.js
+++ b/test/lexer/cornercases/unicode-identifiers.js
@@ -25,4 +25,5 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-var description = 'this file ends inside a string -- that can't be good!
+'This is a valid identifier:', \u1118foo
+'This too:', bar\u1118\u1118\u1118
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698