Skip to content

Conversation

@alexlamsl
Copy link
Collaborator

fixes #733

@alexlamsl alexlamsl merged commit a15beb1 into gh-pages Nov 6, 2016
@alexlamsl alexlamsl deleted the issue-733 branch November 6, 2016 09:30
/<(WC@[\s\S]*?)>(.*?)<\/\1>/
]
}), input);
output = 'foo<wc @bar>baz moo</wc>loo';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The output must preserve both tags like input:

probably as follow:

output = 'foo<WC@bar>baz moo</WC@bar>loo';
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the case without ignoreCustomFragments - the case you are interested in is a line above, when nothing's changed, i.e. expects to equal to input 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants