mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
These are mostly extractor tests, which now live in `2/extractor-tests`, and a single library tests that was added to the existing directory.
5 lines
84 B
Python
5 lines
84 B
Python
#coding=utf8
|
|
|
|
b"đłe¶ŋ¶łŋ" + b"hi" + b"\n"
|
|
u"đłe¶ŋ¶łŋ" + u"hi" + u"\n"
|