diff options
author | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2018-01-16 01:17:29 +0000 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2018-01-16 01:17:29 +0000 |
commit | f734a19420ab6d37dee51c6ace7d6b6aeb85f967 (patch) | |
tree | c3613da7b7e50ebf9489e74d9057afe2b3f229ec /tests | |
parent | 83982bd6a08758a9858bed255ae8a65f8c7ce315 (diff) |
more robust comment handling
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/genLists4Comparizon.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/genLists4Comparizon.sh b/tests/genLists4Comparizon.sh index 609b2da1..5dac14ef 100755 --- a/tests/genLists4Comparizon.sh +++ b/tests/genLists4Comparizon.sh @@ -28,6 +28,9 @@ for i in $ROOT/symbols/*; do id = ENVIRON["id"]; isDefault = 0; } +/^[[:space:]]*\/\//{ + next +} /.*default.*/{ isDefault = 1; } |