mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-03 20:21:30 +00:00
fix: whitespace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user