blueprint-compiler/tests
Matthijs Velsink ed867269dd formatter: Also allow /*...*/ as inline comments
Blueprint allows both `//` and `/*...*/` style comments, but if a
project prefers only `/*...*/` comments, it is currently not possible to
have these inline.

Therefore, treat these comments equal if they occur inline. To make this
easier to understand, we refactor the comment handling slightly to first
handle single-line comment whitespace, and then handle newlines for both
single-line and multi-line style comments.

Adjust the test accordingly to make sure this works.
2025-06-12 19:00:56 +02:00
..
formatting formatter: Also allow /*...*/ as inline comments 2025-06-12 19:00:56 +02:00
sample_errors Warn about single-quoted translated strings 2025-01-05 14:27:59 -06:00
samples Fix incorrect error with Adw.AlertDialog responses 2025-05-07 17:08:26 -05:00
__init__.py Move tests out of main package 2021-10-22 23:35:29 -05:00
fuzz.py Add isort to CI and run on files 2023-07-09 14:26:37 +00:00
fuzz.sh tests: Add fuzz test 2022-04-18 20:22:31 -05:00
meson.build tests: fix tests when used as subproject 2024-07-04 20:10:43 +00:00
test_deprecations.py tests: Test deprecations separately 2024-12-09 19:06:10 -06:00
test_formatter.py Formatter: Add trailing commas in lists 2025-01-04 16:29:15 +00:00
test_samples.py decompiler: Fix bug in signals with template object 2025-05-03 07:46:34 -05:00
test_tokenizer.py tests: Fix typing 2025-04-19 13:27:20 -05:00