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

Issue 6453105: code review 6453105: text/template/parse: fix bug handling /*/ (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 8 months ago by r
Modified:
12 years, 8 months ago
Reviewers:
CC:
golang-dev, rsc
Visibility:
Public.

Description

text/template/parse: fix bug handling /*/ Incorrect syntax for comment was erroneously accepted. Fixes issue 3919.

Patch Set 1 #

Patch Set 2 : diff -r 3532ab6bf5be https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M src/pkg/text/template/parse/lex.go View 1 chunk +3 lines, -2 lines 0 comments Download
M src/pkg/text/template/parse/lex_test.go View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
12 years, 8 months ago (2012-08-09 17:28:05 UTC) #1
rsc
LGTM
12 years, 8 months ago (2012-08-09 19:43:52 UTC) #2
r
12 years, 8 months ago (2012-08-10 02:24:50 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=62f087306b18 ***

text/template/parse: fix bug handling /*/
Incorrect syntax for comment was erroneously accepted.
Fixes issue 3919.

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/6453105
Sign in to reply to this message.

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