blob: 7e7090b77b3d80ea1a3c12e985db469dd6b72a63 [file] [log] [blame]
define(function() {
// Match a standalone tag
return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/);
});