mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 13:59:54 +02:00
Add underscore to unit test on special Chars
This commit is contained in:
@@ -27,7 +27,7 @@ const keywords = [
|
|||||||
'subgraph',
|
'subgraph',
|
||||||
];
|
];
|
||||||
|
|
||||||
const specialChars = ['#', ':', '0', '&', ',', '*', '.', '\\', 'v', '-', '/'];
|
const specialChars = ['#', ':', '0', '&', ',', '*', '.', '\\', 'v', '-', '/', '_'];
|
||||||
|
|
||||||
describe('[Singlenodes] when parsing', () => {
|
describe('[Singlenodes] when parsing', () => {
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
|
Reference in New Issue
Block a user