1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00
QB64-PE/tests/compile_tests/const
2024-01-18 13:00:13 -05:00
..
bad_boolean_arg.bas Add CONST tests 2022-09-30 11:23:34 -04:00
bad_boolean_arg.err Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
bad_not_no_arg.bas Add CONST tests 2022-09-30 11:23:34 -04:00
bad_not_no_arg.err Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
bad_not_to_many_args.bas Add CONST tests 2022-09-30 11:23:34 -04:00
bad_not_to_many_args.err Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
bad_single_arg.bas Add CONST tests 2022-09-30 11:23:34 -04:00
bad_single_arg.err Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
comma.bas Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
comma.output Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
const_float.bas Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
const_float.output Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
const_replace.bas Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
const_replace.output Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
const_sub.bas Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
const_sub.output Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
expression.bas Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
expression.output Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
hex_literals.bas Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
hex_literals.output Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
math_funcs.bas Add support for ASC() and CHR$() 2024-01-18 13:00:13 -05:00
math_funcs.output Add support for ASC() and CHR$() 2024-01-18 13:00:13 -05:00
noprefix.bas Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
noprefix.output Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
not_bad_identifier.bas Add CONST tests 2022-09-30 11:23:34 -04:00
not_bad_identifier.err Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
not_string.bas Add CONST tests 2022-09-30 11:23:34 -04:00
not_string.err Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
offset.bas Add CONST tests 2022-09-30 11:23:34 -04:00
offset.err Add CONST tests 2022-09-30 11:23:34 -04:00
rho_test.bas Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
too_few_arguments_to_boolean.bas Add CONST tests 2022-09-30 11:23:34 -04:00
too_few_arguments_to_boolean.err Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
type_mismatch_string_integer.bas Add CONST tests 2022-09-30 11:23:34 -04:00
type_mismatch_string_integer.err Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
type_mismatch_string_subtract.bas Add CONST tests 2022-09-30 11:23:34 -04:00
type_mismatch_string_subtract.err Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
undefined_argument.bas Add CONST tests 2022-09-30 11:23:34 -04:00
undefined_argument.err Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
undefined_argument_first.bas Add CONST tests 2022-09-30 11:23:34 -04:00
undefined_argument_first.err Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00