1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-15 04:32:21 +00:00
ton/crypto/func/auto-tests/tests
Aleksandr Kirsanov 30572c77d6
[FunC] Support traditional // and /**/ comments
They work alongside Lisp-style ;; and {--}, without any #pragma.
Conceptually, a new syntax should be disabled by default
and activated using a special compiler option.
But now, we don't have an easy way to provide compiler options
in func-js, blueprint, etc.
Note, that introducing per-file #pragma is a wrong approach here,
since if we want to fire human-readable error on using '//' without pragma,
lexer should nevertheless work differently.
(this could be controlled by a launch option, but see above)
2024-06-14 15:22:57 +03:00
..
a6.fc [FunC] Apply camelCase to some tests to ensure code_hash remains unchanged 2024-06-14 15:22:57 +03:00
a6_1.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
a6_5.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
a7.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
a10.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
allow_post_modification.fc [FunC] Apply camelCase to some tests to ensure code_hash remains unchanged 2024-06-14 15:22:57 +03:00
asm_arg_order.fc [FunC] Apply camelCase to some tests to ensure code_hash remains unchanged 2024-06-14 15:22:57 +03:00
c2.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
c2_1.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
camel1.fc [FunC] Auto-inline functions-wrappers T f(...args) { return anotherF(...args); } 2024-06-14 15:22:57 +03:00
camel2.fc [FunC] Auto-inline functions-wrappers T f(...args) { return anotherF(...args); } 2024-06-14 15:22:57 +03:00
camel3.fc [FunC] Auto-inline functions-wrappers T f(...args) { return anotherF(...args); } 2024-06-14 15:22:57 +03:00
camel4.fc [FunC] Auto-inline functions-wrappers T f(...args) { return anotherF(...args); } 2024-06-14 15:22:57 +03:00
co1.fc [FunC] Apply camelCase to some tests to ensure code_hash remains unchanged 2024-06-14 15:22:57 +03:00
code_after_ifelse.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
codegen_check_demo.fc [FunC] Enrich testing framework, add fif output patterns 2024-06-14 15:22:56 +03:00
comments.fc [FunC] Support traditional // and /**/ comments 2024-06-14 15:22:57 +03:00
inline_big.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
inline_if.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
inline_loops.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
invalid-cmt-eof.fc [FunC] Support traditional // and /**/ comments 2024-06-14 15:22:57 +03:00
invalid.fc [FunC] Enrich and refactor testing framework, add negative tests 2024-06-14 15:22:56 +03:00
method_id.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
s1.fc [FunC] Enrich testing framework, add code hash checking 2024-06-14 15:22:57 +03:00
test-math.fc [FunC] Enrich and refactor testing framework, add negative tests 2024-06-14 15:22:56 +03:00
try-func.fc [FunC] Enrich testing framework, add code hash checking 2024-06-14 15:22:57 +03:00
unbalanced_ret.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
unbalanced_ret_inline.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
unbalanced_ret_loops.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
unbalanced_ret_nested.fc [FunC] Apply camelCase to some tests to ensure code_hash remains unchanged 2024-06-14 15:22:57 +03:00
w1.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
w2.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
w6.fc [FunC] Enrich testing framework, add code hash checking 2024-06-14 15:22:57 +03:00
w7.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00
w9.fc Tests for func with scripts 2022-09-23 16:27:18 +03:00