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

Issue 9030028: Issue 1039: Nested comments (Closed)

Created:
8 years, 11 months ago by codefu
Modified:
8 years, 11 months ago
Reviewers:
zundel
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Issue 1039: Nested comments http://code.google.com/p/dart/issues/detail?id=1039 Language Specification 0.06, 14.1.2 specifices that multiline comments can nest: MULTI LINE COMMENT: ‘/*’ (MULTI LINE COMMENT | ̃ ‘*/’)* ‘*/’ ; R=zundel BUG=1039 TEST= Committed: https://code.google.com/p/dart/source/detail?r=2964

Patch Set 1 #

Patch Set 2 : Expand CommentTest.java #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -6 lines) Patch
M compiler/java/com/google/dart/compiler/parser/DartScanner.java View 1 chunk +11 lines, -4 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/parser/CommentTest.java View 1 2 chunks +2 lines, -1 line 0 comments Download
M compiler/javatests/com/google/dart/compiler/parser/Comments.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/language/language.status View 1 chunk +1 line, -0 lines 0 comments Download
M tests/language/language-leg.status View 1 chunk +1 line, -0 lines 0 comments Download
A tests/language/src/NestedCommentsTest.dart View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
codefu
8 years, 11 months ago (2012-01-04 18:58:49 UTC) #1
zundel
I don't see a bug, but I think you should add tests to com.google.dart.compiler.parser.CommentsTest to ...
8 years, 11 months ago (2012-01-04 19:17:08 UTC) #2
codefu
On 2012/01/04 19:17:08, zundel wrote: > I don't see a bug, but I think you ...
8 years, 11 months ago (2012-01-04 19:23:24 UTC) #3
zundel
8 years, 11 months ago (2012-01-04 19:58:03 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698