wp-shortcake / shortcake

Shortcake makes using WordPress shortcodes a piece of cake.
GNU General Public License v2.0
665 stars 144 forks source link

Add jasmine test for decoding multiple % characters #766

Closed goldenapples closed 6 years ago

goldenapples commented 6 years ago

Tests that an encoded attribute value with more than one percent character in it will get decoded properly.

See #756 - this test should pass after that fix is merged.

goldenapples commented 6 years ago

Since this PR is only tests and the tests pass, I'll merge as is.