diff --git a/tests/src/flextype/core/Parsers/Shortcodes/StringsShortcodeTest.php b/tests/src/flextype/core/Parsers/Shortcodes/StringsShortcodeTest.php index 6935dc92..6cd00f5a 100644 --- a/tests/src/flextype/core/Parsers/Shortcodes/StringsShortcodeTest.php +++ b/tests/src/flextype/core/Parsers/Shortcodes/StringsShortcodeTest.php @@ -200,7 +200,7 @@ test('(strings) shortcode', function () { // lastSegment $this->assertEquals("baz", parsers()->shortcodes()->parse("(strings lastSegment)foo bar baz(/strings)")); - $this->assertEquals("baz", parsers()->shortcodes()->parse("(strings lastSegment:"/")foo/bar/baz(/strings)")); + $this->assertEquals("baz", parsers()->shortcodes()->parse("(strings lastSegment:'/')foo/bar/baz(/strings)")); // length $this->assertEquals(11, parsers()->shortcodes()->parse("(strings length)foo bar baz(/strings)"));