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

Unified Diff: compiler/javatests/com/google/dart/compiler/parser/CPParserTest.java

Issue 9088022: Update EXPECTED001 in CPParserTest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 12 months 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: compiler/javatests/com/google/dart/compiler/parser/CPParserTest.java
diff --git a/compiler/javatests/com/google/dart/compiler/parser/CPParserTest.java b/compiler/javatests/com/google/dart/compiler/parser/CPParserTest.java
index ade74e318e5aaa968b1a3638aeaf50932ded4093..ad5afa71107f709f3ad8f5b58d7162f28cd628e5 100644
--- a/compiler/javatests/com/google/dart/compiler/parser/CPParserTest.java
+++ b/compiler/javatests/com/google/dart/compiler/parser/CPParserTest.java
@@ -21,7 +21,7 @@ import java.util.List;
public class CPParserTest extends CompilerTestCase {
private static String[] EXPECTED001 = {"/*\n * Beginning comment\n */",
- "// line comment", "// another", "/**/", "//",
+ "// line comment", "// another", "/**/", "//", "/*/*nested*/*/",
};
private static String[] EXPECTED002 = {"/*\n*\n //comment\nX Y"};
« 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