# I18n tests # i18ntag inserts a span with the message with the i18n key provided in the tag content # i18nattr inserts a span with the attribute provided in the tag attribute (supposed to be a single attribute) !! options version=2 i18next=1 !! end !! test Check insertion of i18n messages !! options i18next=1 !! wikitext message.key !! html/parsoid

Error: message.key

!! end !! test Check insertion of i18n attributes !! options i18next=1 !! wikitext some text !! html/parsoid

some text

!! end