mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
5 lines
156 B
Plaintext
5 lines
156 B
Plaintext
import semmle.javascript.Util
|
|
|
|
select truncate("X", 0, "y"), truncate("", 2, "y"), truncate("X", 2, "y"), truncate("XX", 2, "y"),
|
|
truncate("XXX", 2, "y")
|