📦 deps(tsl): sync tsl-playbook from a0131f52

Source-Commit: a0131f52c6
This commit is contained in:
ci[bot]
2026-08-12 12:41:37 +08:00
parent 670ba950a6
commit 85a9d8ee40
5 changed files with 22 additions and 0 deletions
@@ -20,7 +20,9 @@
- `\\``\"``\n` 这类基础转义可用。
- `\t``\xNN` 这类转义也可用。
- `\r``\r\n``\a``\b``\f``\v` 这些经典转义也可用。
<!-- quickstart-rule: index-origins -->
- `array(...)` 既可以写顺序数组,也可以写字符串键表;顺序数组和 `binary(...)` 二进制缓冲区下标从 `0` 开始,字符串下标从 `1` 开始。
- `s[0]` 在运行时会越界,不要把字符串当成 0 基下标。
- 字符串取子串用 `s[start:end]`,并且 `end` 是包含在结果里的。