diff options
author | Matthäus G. Chajdas <dev@anteru.net> | 2020-09-08 20:33:25 +0200 |
---|---|---|
committer | Matthäus G. Chajdas <dev@anteru.net> | 2020-09-08 20:33:25 +0200 |
commit | 203ef1eff6daebab6f95b0b49e6e6a58168073fb (patch) | |
tree | 7defa199f48a34787f980b6400d8bbaa9380039a /tests/test_sql.py | |
parent | e09d4e0cf23d7c6069ddc690942ceb4cd23fd556 (diff) | |
parent | b2c91c70ee536b0472100d1273818f8bb45529fe (diff) | |
download | pygments-git-203ef1eff6daebab6f95b0b49e6e6a58168073fb.tar.gz |
Merge branch 'master' into bug/angular-htmlbug/angular-html
# Conflicts:
# tests/test_shell.py
Diffstat (limited to 'tests/test_sql.py')
-rw-r--r-- | tests/test_sql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sql.py b/tests/test_sql.py index ead06de7..bd71d1d0 100644 --- a/tests/test_sql.py +++ b/tests/test_sql.py @@ -62,7 +62,7 @@ def test_can_lex_integer(lexer): def test_can_lex_names(lexer): _assert_are_tokens_of_type(lexer, - u'thingy thingy123 _thingy _ _123 Ähnliches Müll #temp1 ##temp2', + 'thingy thingy123 _thingy _ _123 Ähnliches Müll #temp1 ##temp2', Name) |