Add underscore to unit test on special Chars

This commit is contained in:
Ibrahim Wassouf
2023-08-03 20:15:11 -03:00
parent 5a165e4c1d
commit aaf333676c

View File

@@ -27,7 +27,7 @@ const keywords = [
'subgraph',
];
const specialChars = ['#', ':', '0', '&', ',', '*', '.', '\\', 'v', '-', '/'];
const specialChars = ['#', ':', '0', '&', ',', '*', '.', '\\', 'v', '-', '/', '_'];
describe('[Singlenodes] when parsing', () => {
beforeEach(function () {