1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-05-03 20:21:30 +00:00

fix: whitespace

This commit is contained in:
saqimtiaz
2026-02-26 09:45:09 +01:00
parent d93dcbea6c
commit fe3ac0b28a

View File

@@ -221,7 +221,7 @@ exports.parseMacroInvocationAsTransclusion = function(source,pos) {
orderedAttributes: []
};
// Define our regexps
var reVarName = /([^\s<>"'=:]+)/y;
var reVarName = /([^\s>"'=:]+)/y;
// Skip whitespace
pos = $tw.utils.skipWhiteSpace(source,pos);
// Look for a double opening angle bracket