mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-17 19:21:20 +03:00
quoted bbcode params support, support escape backslash
This commit is contained in:
@@ -11,6 +11,7 @@ const OPEN_BRAKET = '['.charCodeAt(0);
|
||||
const CLOSE_BRAKET = ']'.charCodeAt(0);
|
||||
|
||||
const SLASH = '/'.charCodeAt(0);
|
||||
const BACKSLASH = '\\'.charCodeAt(0);
|
||||
|
||||
const PLACEHOLDER_SPACE_TAB = ' ';
|
||||
const PLACEHOLDER_SPACE = ' ';
|
||||
@@ -31,4 +32,5 @@ module.exports = {
|
||||
SLASH,
|
||||
PLACEHOLDER_SPACE_TAB,
|
||||
PLACEHOLDER_SPACE,
|
||||
BACKSLASH,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user