mirror of
https://github.com/github/codeql.git
synced 2026-01-06 19:20:25 +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")
|