In the UVL Lexer, only single-quoted strings are allowed: [`STRING: '\''~[\r\n']+'\'';`](https://github.com/Universal-Variability-Language/uvl-parser/blob/082320c8f692edd749d5a96ff430a125c40a2534/uvl/UVLLexer.g4#L74C1-L74C27) This is in contradiction to "official" (meant that @SundermannC generated them ;-)) UVL-files, as e.g. [this](https://raw.githubusercontent.com/SoftVarE-Group/feature-model-benchmark/refs/heads/master/feature_models/uvl/automotive/automotive01/Kowal2016.uvl) Note that this occurred in Python.