Skip to content

Commit 832805c

Browse files
committed
Support ignoring multiple lines in template matcher
1 parent cce44bf commit 832805c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
- Make all input data read only by default
1111
- Add `--repl` option to open REPL regardless of batch and feature options
1212
- Change ignore placeholder syntax in template matcher from `!{}` to `@{*}`
13-
- Fix mutiple ignored lines in template matcher
13+
- Add `@{**}` placeholder to template matcher to support ignoring multiple lines
1414
- Put samples in features/samples when initialising new project
1515
- Internal engine enhancements
1616
- Replace internal stack of data caches with a single data cache
1717
- Manage settings internally without exposing them as system properties
18-
- Implicits managed at lifecycle level
19-
- Improved scope boundaries
18+
- Manage implicits at lifecycle level and use scoped boundaries
2019
- Add settings(s):
2120
- `gwen.input.data.readOnly`
2221
- Add implicit variable(s):

0 commit comments

Comments
 (0)