Update clickhouse-test

This commit is contained in:
alexey-milovidov 2020-08-27 15:20:59 +03:00 committed by GitHub
parent d40e203ecd
commit aa3a19d8c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ MESSAGES_TO_RETRY = [
def json_minify(string):
"""
Removes all js-style comments from json string. Allows to have comments in skip_list.json.
The code taken from https://github.com/getify/JSON.minify/tree/python
The code taken from https://github.com/getify/JSON.minify/tree/python under the MIT license.
"""
tokenizer = re.compile('"|(/\*)|(\*/)|(//)|\n|\r')