Allow source to accept paths with emojis (#3939)

* Allow sourcing paths with emojis

* Add source command tests for emoji paths

* Fmt

* Disable source tests on Windows with illegal paths

* Test sourcing also ASCII and single-quoted paths
This commit is contained in:
Jakub Žádník
2021-08-19 10:06:18 +03:00
committed by GitHub
parent 6db5692be4
commit e11b400a75
3 changed files with 110 additions and 3 deletions

View File

@ -52,6 +52,7 @@ mod select;
mod semicolon;
mod skip;
mod sort_by;
mod source;
mod split_by;
mod split_column;
mod split_row;