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

Unified Diff: LayoutTests/inspector/editor/highlighter-paste-in-comment-expected.txt

Issue 22638008: DevTools: Use CodeMirror modes instead of highlight tokenizers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comments Created 7 years, 4 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
Index: LayoutTests/inspector/editor/highlighter-paste-in-comment-expected.txt
diff --git a/LayoutTests/inspector/editor/highlighter-paste-in-comment-expected.txt b/LayoutTests/inspector/editor/highlighter-paste-in-comment-expected.txt
deleted file mode 100644
index 25c21d2814bbf47660feeda60dca7425a0ff483d..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/editor/highlighter-paste-in-comment-expected.txt
+++ /dev/null
@@ -1,63 +0,0 @@
-This test checks against a bug in the highlighter when pasting text inside a comment.
-
-
-After highlighting all lines
-1 : /* : javascript-comment[0-3]
-2 : :
-3 : 1 : javascript-comment[0-1]
-4 : 2 : javascript-comment[0-1]
-5 : 3 : javascript-comment[0-1]
-6 : 4 : javascript-comment[0-1]
-7 : 5 : javascript-comment[0-1]
-8 : :
-9 : */ : javascript-comment[0-2]
-
-After update highlights
-1 : /* : javascript-comment[0-3]
-2 : :
-3 : 1 : javascript-comment[0-1]
-4 : 2 : javascript-comment[0-1]
-5 : 3 : javascript-comment[0-1]
-6 : 4 : javascript-comment[0-1]
-7 : 5 : javascript-comment[0-1]
-8 : 1 : javascript-comment[0-1]
-9 : 2 : javascript-comment[0-1]
-10 : 3 : javascript-comment[0-1]
-11 : 4 : javascript-comment[0-1]
-12 : 5 : javascript-comment[0-1]
-13 : :
-14 : */ : javascript-comment[0-2]
-
-After highlighting up to the end
-1 : /* : javascript-comment[0-3]
-2 : :
-3 : 1 : javascript-comment[0-1]
-4 : 2 : javascript-comment[0-1]
-5 : 3 : javascript-comment[0-1]
-6 : 4 : javascript-comment[0-1]
-7 : 5 : javascript-comment[0-1]
-8 : 1 : javascript-comment[0-1]
-9 : 2 : javascript-comment[0-1]
-10 : 3 : javascript-comment[0-1]
-11 : 4 : javascript-comment[0-1]
-12 : 5 : javascript-comment[0-1]
-13 : :
-14 : */ : javascript-comment[0-2]
-
-After inserting a new line
-1 : /* : javascript-comment[0-3]
-2 : :
-3 : 1 : javascript-comment[0-1]
-4 : 2 : javascript-comment[0-1]
-5 : 3 : javascript-comment[0-1]
-6 : 4 : javascript-comment[0-1]
-7 : 5 : javascript-comment[0-1]
-8 : 1 : javascript-comment[0-1]
-9 : 2 : javascript-comment[0-1]
-10 : 3 : javascript-comment[0-1]
-11 : 4 : javascript-comment[0-1]
-12 : 5 : javascript-comment[0-1]
-13 : :
-14 : :
-15 : */ : javascript-comment[0-2]
-
« no previous file with comments | « LayoutTests/inspector/editor/highlighter-paste-in-comment.html ('k') | LayoutTests/inspector/editor/highlighter-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698