Skip to content

add parser tests #2878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2016
Merged

add parser tests #2878

merged 1 commit into from
May 15, 2016

Conversation

kazupon
Copy link
Member

@kazupon kazupon commented May 15, 2016

ref #2872

})

it('v-for directive track-by', () => {
const ast = parse('<ul><li v-for="item in items" track-by="uid"></li><ul>', baseOptions)
Copy link
Member

@yyx990803 yyx990803 May 15, 2016

Choose a reason for hiding this comment

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

track-by syntax has updated - should be item.uid here (I'll fix)

@yyx990803 yyx990803 merged commit b8ffc65 into vuejs:next May 15, 2016
@yyx990803
Copy link
Member

Great job! 👍

@kazupon kazupon deleted the test/parser branch May 25, 2016 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants