1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 03:14:45 +00:00
QB64-PE/tests/compile_tests/const
Matthew Kilgore 871da4fc12 Fix divide in CONST
The regular division symbol always converts its arguments to floating
point before dividing, similar to how integer division converts its
arguments to integers before dividing.
2024-02-25 01:36:56 -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 Fix divide in CONST 2024-02-25 01:36:56 -05:00
expression.output Fix divide in CONST 2024-02-25 01:36:56 -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