Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(991)

Unified Diff: src/pkg/template/parse/lex_test.go

Issue 5208042: code review 5208042: template: fix comments with different delimiters. (Closed)
Patch Set: diff -r a71b3310c793 https://go.googlecode.com/hg/ Created 12 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/template/parse/lex.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/template/parse/lex_test.go
===================================================================
--- a/src/pkg/template/parse/lex_test.go
+++ b/src/pkg/template/parse/lex_test.go
@@ -222,7 +222,7 @@
}
}
-// Some easy cases from above, but with delimiters are $$ and @@
+// Some easy cases from above, but with delimiters $$ and @@
var lexDelimTests = []lexTest{
{"punctuation", "$$,@%{{}}@@", []item{
tLeftDelim,
« no previous file with comments | « src/pkg/template/parse/lex.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b