polserver/testsuite/escript/errors
Kevin Eady c6301c0c52
Fix constant declaration production (#399)
* Fix constant delcaration production

* Add tests
2021-04-19 21:58:36 +02:00
..
errors001-two-functions-same-name.err Remove OGC from EcompileMain, testsuites (#383) 2021-03-04 17:39:14 +01:00
errors001-two-functions-same-name.src Update test suite for new compiler (#299) 2020-09-11 01:38:39 -07:00
errors002-var-same-name-as-function.err Remove OGC from EcompileMain, testsuites (#383) 2021-03-04 17:39:14 +01:00
errors002-var-same-name-as-function.src Disallow function names as variable, argument, and const names (#298) 2020-09-11 00:16:20 -07:00
errors003-function-parameter-same-name-as-function.err Remove OGC from EcompileMain, testsuites (#383) 2021-03-04 17:39:14 +01:00
errors003-function-parameter-same-name-as-function.src Disallow function names as variable, argument, and const names (#298) 2020-09-11 00:16:20 -07:00
errors004-program-parameter-same-name-as-function.err Remove OGC from EcompileMain, testsuites (#383) 2021-03-04 17:39:14 +01:00
errors004-program-parameter-same-name-as-function.src Disallow function names as variable, argument, and const names (#298) 2020-09-11 00:16:20 -07:00
errors004-reserved-word-as-argument-name.err Remove OGC from EcompileMain, testsuites (#383) 2021-03-04 17:39:14 +01:00
errors004-reserved-word-as-argument-name.src Update test suite for new compiler (#299) 2020-09-11 01:38:39 -07:00
errors005-const-same-name-as-function.err Remove OGC from EcompileMain, testsuites (#383) 2021-03-04 17:39:14 +01:00
errors005-const-same-name-as-function.src Disallow function names as variable, argument, and const names (#298) 2020-09-11 00:16:20 -07:00
errors005-missing-open-paren.err Remove OGC from EcompileMain, testsuites (#383) 2021-03-04 17:39:14 +01:00
errors005-missing-open-paren.src Update test suite for new compiler (#299) 2020-09-11 01:38:39 -07:00
errors006-for-loop-iterator-same-name-as-function.err Remove OGC from EcompileMain, testsuites (#383) 2021-03-04 17:39:14 +01:00
errors006-for-loop-iterator-same-name-as-function.src Disallow function names as variable, argument, and const names (#298) 2020-09-11 00:16:20 -07:00
errors007-foreach-iterator-same-name-as-function.err Remove OGC from EcompileMain, testsuites (#383) 2021-03-04 17:39:14 +01:00
errors007-foreach-iterator-same-name-as-function.src Disallow function names as variable, argument, and const names (#298) 2020-09-11 00:16:20 -07:00
errors008-var-same-name-as-user-function.err Remove OGC from EcompileMain, testsuites (#383) 2021-03-04 17:39:14 +01:00
errors008-var-same-name-as-user-function.src Disallow var names that match an unreferenced function. (#300) 2020-09-11 01:16:24 -07:00
errors009-int-out-of-range.err Remove OGC from EcompileMain, testsuites (#383) 2021-03-04 17:39:14 +01:00
errors009-int-out-of-range.src Report location of integer values that are out of range (#319) 2020-09-20 11:04:37 -07:00
errors010-reserved-word-syntax-error.err Remove OGC from EcompileMain, testsuites (#383) 2021-03-04 17:39:14 +01:00
errors010-reserved-word-syntax-error.src Add an error message about known reserved words (#322) 2020-09-22 03:11:25 -07:00
errors011-const-no-init.err Fix constant declaration production (#399) 2021-04-19 21:58:36 +02:00
errors011-const-no-init.src Fix constant declaration production (#399) 2021-04-19 21:58:36 +02:00