tinymist/editors/vscode/e2e-workspaces/simple-docs/completion-base.typ
Myriad-Dreamin 7aca6a657f
test: add editor-side e2e testing (#441)
* test: first runnable editor e2e

* test: first smoke testing

* fix: a bug found by editor e2e

* test: add completion e2e testing

* test: add diagnostics and focus e2e testing

* feat: test extension in ci

* dev: remove one useless dependency

* dev: setup x server for testing

* dev: recover stable test

* test: add multiple preview e2e testing
2024-07-20 18:52:15 +08:00

8 lines
120 B
Typst

// contains: aa,aab,aac,aabc
#let aa() = 1;
#let aab() = 1;
#let aac() = 1;
#let aabc() = 1;
#aac(/* range -2..0 */);