1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-17 20:58:08 +02:00

Add failing test case for single # in bash

This commit is contained in:
Cameron Little 2020-05-09 15:09:32 +02:00 committed by Alec Thomas
parent 809ff9ba45
commit 8c4fe7e59f
2 changed files with 10 additions and 2 deletions

View File

@ -43,4 +43,7 @@ tiger_em () {
get_em $directory "ftp://ftp2.census.gov/geo/tiger/TIGER2010/"$1
shift
done
}
}
# bare comment marker
#

View File

@ -130,5 +130,10 @@
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"done"},
{"type":"Text","value":"\n"},
{"type":"Operator","value":"}"}
{"type":"Operator","value":"}"},
{"type":"Text","value":"\n\n"},
{"type":"CommentSingle","value":"# bare comment marker"},
{"type":"Text","value":"\n"},
{"type":"CommentSingle","value":"#"},
{"type":"Text","value":"\n"}
]