each while command (#5771)

* each while command

* test value adjustment
This commit is contained in:
Fernando Herrera
2022-06-14 09:16:31 -05:00
committed by GitHub
parent 3c0cbec993
commit ff946a2f21
4 changed files with 237 additions and 1 deletions

View File

@ -84,6 +84,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
DropColumn,
DropNth,
Each,
EachWhile,
Empty,
Every,
Find,