]> gitweb.factorcode.org Git - factor.git/blob - extra/ctags/ctags-tests.factor
Update actions, because Node.js 16 actions are deprecated, to Node.js 20
[factor.git] / extra / ctags / ctags-tests.factor
1 USING: arrays ctags.private io.backend kernel sequences
2 tools.test ;
3
4 { t } [
5   "if\t" "resource:extra/unix/unix.factor" normalize-path "\t91" 3append
6   \ if "resource:extra/unix/unix.factor" 91 ctag =
7 ] unit-test
8
9 { t } [
10   "if\t" "resource:extra/unix/unix.factor" normalize-path "\t91" 3append 1array
11   { { if { "resource:extra/unix/unix.factor" 91 } } } make-ctags =
12 ] unit-test