File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ indent_style = space
2929indent_size = 4
3030indent_style = tab
3131
32- [* .diff ]
32+ [* .{ diff,patch} ]
3333trim_trailing_whitespace = false
3434
3535[* .md ]
Original file line number Diff line number Diff line change 2222 paths :
2323 - ' src/**'
2424 - ' jni/**'
25- # Manual trigger from Actions
26- workflow_dispatch :
27- branches : [ "master" ]
28- paths :
29- - ' src/**'
30- - ' jni/**'
31- schedule :
32- - cron : ' 43 20 * * 2'
25+ // # Manual trigger from Actions
26+ // workflow_dispatch :
27+ // branches : [ "master" ]
28+ // paths :
29+ // - 'src/**'
30+ // - 'jni/**'
31+ // schedule :
32+ // - cron : ' 43 20 * * 2'
3333
3434jobs :
3535 analyze :
Original file line number Diff line number Diff line change @@ -660,7 +660,11 @@ test_group_end
660660t { S " 123" EVALUATE -> 123 }t
661661t { S \" 123\n432" EVALUATE -> 123 432 }t
662662t { S " 456" tw_eval_0 -> 456 }t
663+
664+ \ Extension S \" supports \" as an escape .
665+ \ https :// forth-standard.org/standard/notation#contribution-382
663666t { S \" 123 S\" 432 \" TYPE " EVALUATE -> 123 }t
667+
664668t { tw_eval_1 -> 9876 }t
665669
666670\ See F .6 .1 .1360
You can’t perform that action at this time.
0 commit comments