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

Issue 1034953002: Fix value computation for multi-line strings (issue 22993) (Closed)

Created:
5 years, 9 months ago by Brian Wilkerson
Modified:
5 years, 9 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix value computation for multi-line strings (issue 22993) R=paulberry@google.com Committed: https://code.google.com/p/dart/source/detail?r=44722

Patch Set 1 #

Total comments: 1

Patch Set 2 : Revised tests and fixed bugs #

Patch Set 3 : Cleanup #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -6 lines) Patch
M pkg/analyzer/lib/src/generated/parser.dart View 1 2 4 chunks +52 lines, -6 lines 0 comments Download
M pkg/analyzer/test/generated/parser_test.dart View 1 1 chunk +76 lines, -0 lines 2 comments Download

Messages

Total messages: 7 (1 generated)
Brian Wilkerson
5 years, 9 months ago (2015-03-26 16:50:34 UTC) #2
Paul Berry
lgtm https://codereview.chromium.org/1034953002/diff/1/pkg/analyzer/lib/src/generated/parser.dart File pkg/analyzer/lib/src/generated/parser.dart (right): https://codereview.chromium.org/1034953002/diff/1/pkg/analyzer/lib/src/generated/parser.dart#newcode3504 pkg/analyzer/lib/src/generated/parser.dart:3504: } else if (currentChar != 0x09 && currentChar ...
5 years, 9 months ago (2015-03-26 17:59:13 UTC) #3
Brian Wilkerson
I added more tests and made it compatible with dart2js. PTAL
5 years, 9 months ago (2015-03-26 21:32:46 UTC) #4
Paul Berry
lgtm with one minor correction. https://codereview.chromium.org/1034953002/diff/40001/pkg/analyzer/test/generated/parser_test.dart File pkg/analyzer/test/generated/parser_test.dart (right): https://codereview.chromium.org/1034953002/diff/40001/pkg/analyzer/test/generated/parser_test.dart#newcode8878 pkg/analyzer/test/generated/parser_test.dart:8878: parse4("parseStringLiteral", "'''\\ \\\na'''"); Missing ...
5 years, 9 months ago (2015-03-26 21:40:52 UTC) #5
Brian Wilkerson
https://codereview.chromium.org/1034953002/diff/40001/pkg/analyzer/test/generated/parser_test.dart File pkg/analyzer/test/generated/parser_test.dart (right): https://codereview.chromium.org/1034953002/diff/40001/pkg/analyzer/test/generated/parser_test.dart#newcode8878 pkg/analyzer/test/generated/parser_test.dart:8878: parse4("parseStringLiteral", "'''\\ \\\na'''"); Good catch! Done.
5 years, 9 months ago (2015-03-26 21:45:21 UTC) #6
Brian Wilkerson
5 years, 9 months ago (2015-03-26 21:45:38 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 44722 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698