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

Issue 891463004: Correctly match and print strings with escaped values (Closed)

Created:
5 years, 10 months ago by kevmoo
Modified:
5 years, 10 months ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/matcher.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 15

Patch Set 3 : review feedback #

Patch Set 4 : regexp oops with associated test #

Patch Set 5 : also fixed prettyPrint #

Total comments: 8

Patch Set 6 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -24 lines) Patch
M CHANGELOG.md View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M lib/src/core_matchers.dart View 1 2 2 chunks +2 lines, -5 lines 0 comments Download
M lib/src/pretty_print.dart View 1 2 3 4 2 chunks +2 lines, -18 lines 0 comments Download
M lib/src/util.dart View 1 2 3 4 5 2 chunks +31 lines, -0 lines 0 comments Download
A test/escape_test.dart View 1 2 3 1 chunk +58 lines, -0 lines 0 comments Download
M test/pretty_print_test.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M test/string_matchers_test.dart View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
kevmoo
5 years, 10 months ago (2015-02-04 00:59:06 UTC) #2
nweiz
Unit testing a utility function is fine, but please also include tests of the user-facing ...
5 years, 10 months ago (2015-02-04 01:34:46 UTC) #3
kevmoo
PTAL https://codereview.chromium.org/891463004/diff/20001/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/891463004/diff/20001/CHANGELOG.md#newcode1 CHANGELOG.md:1: ## 0.11.4+2 On 2015/02/04 01:34:45, nweiz wrote: > ...
5 years, 10 months ago (2015-02-04 05:28:21 UTC) #4
nweiz
I still don't see tests that this escaping works properly in matchers that use it. ...
5 years, 10 months ago (2015-02-06 00:23:14 UTC) #5
kevmoo
The change to test/string_matchers_test.dart tests that the difference in the two files is reported correctly ...
5 years, 10 months ago (2015-02-06 02:58:59 UTC) #6
kevmoo
On 2015/02/06 02:58:59, kevmoo wrote: > The change to test/string_matchers_test.dart tests that the difference in ...
5 years, 10 months ago (2015-02-09 20:19:35 UTC) #7
nweiz
lgtm
5 years, 10 months ago (2015-02-10 20:39:23 UTC) #8
kevmoo
5 years, 10 months ago (2015-02-10 20:45:26 UTC) #9
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
3a1ab8c5b45f1b955314f629097c2fa02c635f32 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698