DEV: apply new coding standards (#10592)
This commit is contained in:
@@ -2,7 +2,7 @@ import { parseBBCodeTag } from "pretty-text/engines/discourse-markdown/bbcode-bl
|
||||
|
||||
QUnit.module("lib:pretty-text:bbcode");
|
||||
|
||||
QUnit.test("block with multiple quoted attributes", assert => {
|
||||
QUnit.test("block with multiple quoted attributes", (assert) => {
|
||||
const parsed = parseBBCodeTag('[test one="foo" two="bar bar"]', 0, 30);
|
||||
|
||||
assert.equal(parsed.tag, "test");
|
||||
|
||||
Reference in New Issue
Block a user