File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 6
6
* For `` edit `` command, both ** editor** and ** filename** can now have spaces in the name/path
7
7
* Enhancements
8
8
* `` feedback_to_output `` now defaults to `` False `` so info like command timing won't redirect
9
- * Transcript regexes now have predictable, tested, and documented behavior
9
+ * Transcript regular expressions now have predictable, tested, and documented behavior
10
10
* This makes a breaking change to the format and expectations of transcript testing
11
- * The prior behavior removed whitespace before making the comparison
12
- * This new version does not, whitespace must match exactly
13
- * Transcripts now support a vastly expanded subset of all possible regexes
11
+ * The prior behavior removed whitespace before making the comparison, now whitespace must match exactly
12
+ * Prior version did not allow regexes with whitespace, new version allows any regex
14
13
15
14
## 0.7.6 (August 11, 2017)
16
15
You can’t perform that action at this time.
0 commit comments