summaryrefslogtreecommitdiff
path: root/basic/qa/basic_coverage
AgeCommit message (Expand)Author
2023-03-16tdf#152690: Fix "!" behavior when it is not the first in a groupBaole Fang
2023-02-26tdf#141474 tdf#151901 BASIC functions argument names do not match that of VBAAlain Romedenne
2023-01-09tdf#152917: basic_macros: Add unittestXisco Fauli
2022-12-20basic: remove tabs from test fileXisco Fauli
2022-12-20basic: add missing license statement in test filesXisco Fauli
2022-12-20tdf#152520: basic_macros: Add unittestXisco Fauli
2022-10-14tdf#151503 - Do not evaluate a missing optional variable to a booleanAndreas Heinisch
2022-09-25tdf#151012 - Initialize optional parameters with their default valuesAndreas Heinisch
2022-06-28Removed executable bits on filesAndrea Gelmini
2022-06-28tdf#149447: use proper UNO types for marshalling unsigned Basic typesMike Kaganski
2022-06-24tdf#147529 - BASIC MsgBox: Check for missing optional parametersAndreas Heinisch
2022-06-20tdf#149622: also clear return value before calling method from SbxObject::CallMike Kaganski
2022-05-07tdf#148358 - Compare Non-ASCII variable names case-insensitiveAndreas Heinisch
2022-04-17Test StarBasic's native non-ASCII name syntaxMike Kaganski
2022-03-31Basic Collection class unit testAlain Romedenne
2022-03-31Adapt test to even slower buildsStephan Bergmann
2022-03-30tdf#114263 tdf#147262 CallByName() function LibO Basic test unitAlain Romedenne
2022-03-02Change the comment of the test cases to clarify the textual representation of...Andreas Heinisch
2022-02-21tdf#147089 - Round Integral Division (IDIV) literals to Integer valuesAndreas Heinisch
2022-02-11tdf#147364: fix function signature to account to calling conventionMike Kaganski
2022-02-09tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned stringAndreas Heinisch
2022-01-31Adapt test to slow buildsStephan Bergmann
2022-01-31Fix format stringMike Kaganski
2022-01-31tdf#132388: add unit testMike Kaganski
2022-01-08tdf#145693 - Argument name should be 'charcode' instead of 'string'Andreas Heinisch
2022-01-07tdf#130426 - Rename file for tdf#145693Andreas Heinisch
2021-12-28tdf#145960 - Return type of boolean operators should be of type booleanAndreas Heinisch
2021-12-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist
2021-10-20tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch
2021-10-07tdf#144924 - Change return type of array elements of the split functionAndreas Heinisch
2021-09-30tdf#143575, tdf#143974 - Use rtl::math::doubleToUString to convert numbers to...Andreas Heinisch
2021-09-10tdf#144353 - Handling of missing optional parametersAndreas Heinisch
2021-07-28tdf#107953 - Extend significant digitsAndreas Heinisch
2021-07-16tdf#139840 - Use utl::TextSearch to implement the InStr functionAndreas Heinisch
2021-07-15tdf#111313: basic_macros: Add unittestXisco Fauli
2021-07-14tdf#98778: basic_macros: Add unittestXisco Fauli
2021-07-14tdf#114011: basic_macros: Add unittestXisco Fauli
2021-07-12tdf#142487 - use utl::TextSearch in order to implement the replace algorithmAndreas Heinisch
2021-07-07basic_coverage: use Option Explicit where possibleXisco Fauli
2021-07-06basic: remove unneeded variable in testXisco Fauli
2021-07-05tdf#117612: basic_macros: Add unittestXisco Fauli
2021-07-05tdf#134692: basic_macros: Add unittestXisco Fauli
2021-07-02Move utility code out of test directoriesMike Kaganski
2021-07-02Rename LibreOffice Basic test files from .vb to .bas: they are not VBAMike Kaganski
2021-07-02tdf#143081: basic_macros: Add unittestXisco Fauli
2021-07-02tdf#84098 kill copy+paste in basic/qa/basic_coverageXisco Fauli
2021-05-23tdf#142180 Swapped comparison operators for static stringsJoshua Williams
2021-05-13tdf#139840 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-04-05tdf#141201 - Round MOD literals to Integer valuesAndreas Heinisch
2021-03-29TypeName, VarType, TypeLen Basic QA test casesAlain Romedenne