mirror of
https://github.com/github/codeql.git
synced 2026-03-21 06:57:09 +01:00
3 lines
153 B
Plaintext
3 lines
153 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") |