summaryrefslogtreecommitdiffstats
path: root/hugolib/shortcode_test.go
AgeCommit message (Expand)Author
2015-12-03Fix broken Highlight testBjørn Erik Pedersen
2015-11-23Add shortcode IsNamedParams propertyCameron Moore
2015-11-17Make replaceShortcodeTokens rewrite the input sliceBjørn Erik Pedersen
2015-11-13Get rid of allocation in the BenchmarkReplaceShortcodeTokens itselfBjørn Erik Pedersen
2015-10-15Fix typo in shortcode testsNathan Youngman
2015-08-07Avoid panic in shortcode param handlingBjørn Erik Pedersen
2015-08-07Do not panic on index out of range in shortcode.GetBjørn Erik Pedersen
2015-06-21Remove superfluous p-tags around shortcodesBjørn Erik Pedersen
2015-05-20Merge branch 'master' of GitHub.com:spf13/hugospf13
2015-05-20Stop Viper from leaking across many of the tests (now tests pass regardless o...spf13
2015-05-19Add benchmark test for replaceShortcodeTokensbep
2015-05-08Update test logs for uniformity and consistencybep
2015-04-30shortcodeparser: fix panic on slash following opening shortcode commentbep
2015-04-29Fix typo in testbep
2015-04-29Return error from HandleShortcodesbep
2015-04-18Polish func naming in shortcode handlingbep
2015-04-16Fix broken Highlight testbep
2015-04-16Temporarily disable Highlight testbep
2015-03-02Allow the same shortcode to be used with or without inline contentbep
2015-02-28Improve error message on missing shortcode inner contentbep
2015-02-27Allow hyphens in shortcode namebep
2015-01-30Use strings instead of byte arrays for replaceShortcodeTokens testsJeffrey Tolar
2015-01-30Use a regular expression in replaceShortcodeTokensJeffrey Tolar
2015-01-15Fix issue with nested shortcodesbep
2014-12-19Remove noisy Println in testbep
2014-12-18Provide (relative) reference funcs & shortcodes.Austin Ziegler
2014-11-24Enable descriptive header IDs.Austin Ziegler
2014-11-20Move template library into it's own package (tpl). No longer dependent on hug...spf13
2014-11-18Fix failing shortcode tests on Travisbep
2014-11-17Shortcode rewrite, take 2bep
2014-11-13Fix missing space before 'width'bep
2014-10-15add 'width' parameter to 'figure' shortcodeRaphael Estrada
2014-08-28Inner Shortcodes now treated as markdown. fixed #185spf13
2014-05-01permitting empty files again. Fixing some tests to now pass.spf13
2014-04-24Fixing some bugs introduced in prior few commits. Tests now pass.spf13
2014-02-25Shortcode cleanup. Added a ton of tests. Much more flexible with input. Doesn...spf13