You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BREAKING_CHANGES.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,18 @@ You can read the original problem specification and discussion [here](https://g
23
23
24
24
If your project has been impacted by this particular breaking change, you might consider reevaluate the correctness of the affected tests.
25
25
26
+
## Error Messages
27
+
28
+
Some error messages surrounded actual values in double quotes. Others surrounded the values in single quotes. In version 3.0.0 *all* values are surrounded in single quotes.
29
+
30
+
### Reason
31
+
32
+
Consistency.
33
+
34
+
### Fix
35
+
36
+
Amend all effected tests to expect single quotes instead of double quotes.
0 commit comments