From f734a19420ab6d37dee51c6ace7d6b6aeb85f967 Mon Sep 17 00:00:00 2001 From: Sergey Udaltsov Date: Tue, 16 Jan 2018 01:17:29 +0000 Subject: more robust comment handling --- tests/genLists4Comparizon.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') 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; } -- cgit v1.2.3