diff --git a/tests/src/flextype/core/Parsers/Shortcodes/UuidShortcodeTest.php b/tests/src/flextype/core/Parsers/Shortcodes/UuidShortcodeTest.php new file mode 100644 index 00000000..b9a019fe --- /dev/null +++ b/tests/src/flextype/core/Parsers/Shortcodes/UuidShortcodeTest.php @@ -0,0 +1,10 @@ +shortcodes()->parse('(uuid1)'))->length() > 0)->toBeTrue(); + expect(strings(parsers()->shortcodes()->parse('(uuid2)'))->length() > 0)->toBeTrue(); + expect(strings(parsers()->shortcodes()->parse('(uuid3)'))->length() > 0)->toBeTrue(); + expect(strings(parsers()->shortcodes()->parse('(uuid4)'))->length() > 0)->toBeTrue(); +}); \ No newline at end of file