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

Unified Diff: LayoutTests/inspector/syntax-highlight-javascript-expected.txt

Issue 354833004: DevTools: [CodeMirror] roll CodeMirror to version @e20d175 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comments Created 6 years, 6 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 | « LayoutTests/inspector/syntax-highlight-html-expected.txt ('k') | Source/devtools/front_end/cm/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/syntax-highlight-javascript-expected.txt
diff --git a/LayoutTests/inspector/syntax-highlight-javascript-expected.txt b/LayoutTests/inspector/syntax-highlight-javascript-expected.txt
index ba1af09769d4996b13a1ad994b833d61844b1594..81d3acea5c02e2151df241dff13997c8f06d9a6c 100644
--- a/LayoutTests/inspector/syntax-highlight-javascript-expected.txt
+++ b/LayoutTests/inspector/syntax-highlight-javascript-expected.txt
@@ -1,23 +1,23 @@
Tests that JavaScriptSourceSyntaxHighlighter detects the tokens.
-return'foo';: cm-js-keyword,cm-js-string,*
+return'foo';: cm-js-keyword, cm-js-string, *
/\//g: cm-js-string-2
//ig';: cm-js-comment
-1 / 2 + /a/.test('a');: cm-js-number,*,cm-js-number,*,cm-js-string-2,*,cm-js-property,*,cm-js-string,*
-"\"/".length / 2: cm-js-string,*,cm-js-property,*,cm-js-number
-var foo = 1/*/***//2: cm-js-keyword,*,cm-js-variable,*,cm-js-number,cm-js-comment,*,cm-js-number
-/*comment*//.*/.test('a'): cm-js-comment,cm-js-string-2,*,cm-js-property,*,cm-js-string,*
+1 / 2 + /a/.test('a');: cm-js-number, *, cm-js-operator, *, cm-js-number, *, cm-js-operator, *, cm-js-string-2, *, cm-js-property, *, cm-js-string, *
+"\"/".length / 2: cm-js-string, *, cm-js-property, *, cm-js-operator, *, cm-js-number
+var foo = 1/*/***//2: cm-js-keyword, *, cm-js-variable, *, cm-js-operator, *, cm-js-number, cm-js-comment, cm-js-operator, cm-js-number
+/*comment*//.*/.test('a'): cm-js-comment, cm-js-string-2, *, cm-js-property, *, cm-js-string, *
'f\
-oo';: cm-js-string,,cm-js-string,*
-'\f\b\t';: cm-js-string,*
+oo';: cm-js-string, , cm-js-string, *
+'\f\b\t';: cm-js-string, *
'/\
-/';: cm-js-string,,cm-js-string,*
+/';: cm-js-string, , cm-js-string, *
foo/**
/
-*/foo: cm-js-variable,cm-js-comment,,cm-js-comment,,cm-js-comment,cm-js-variable
-{0: true}: *,cm-js-number,*,cm-js-atom,*
-var toString;: cm-js-keyword,*,cm-js-variable,*
-var foo = undefined;: cm-js-keyword,*,cm-js-variable,*,cm-js-atom,*
-var foo = Infinity;: cm-js-keyword,*,cm-js-variable,*,cm-js-atom,*
-var foo = NaN;: cm-js-keyword,*,cm-js-variable,*,cm-js-atom,*
+*/foo: cm-js-variable, cm-js-comment, , cm-js-comment, , cm-js-comment, cm-js-variable
+{0: true}: *, cm-js-number, *, cm-js-atom, *
+var toString;: cm-js-keyword, *, cm-js-variable, *
+var foo = undefined;: cm-js-keyword, *, cm-js-variable, *, cm-js-operator, *, cm-js-atom, *
+var foo = Infinity;: cm-js-keyword, *, cm-js-variable, *, cm-js-operator, *, cm-js-atom, *
+var foo = NaN;: cm-js-keyword, *, cm-js-variable, *, cm-js-operator, *, cm-js-atom, *
« no previous file with comments | « LayoutTests/inspector/syntax-highlight-html-expected.txt ('k') | Source/devtools/front_end/cm/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698