Skip to content
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

Fix crash in no-identical-title (fixes #98) #99

Merged
merged 1 commit into from Aug 30, 2016

Conversation

jfmengels
Copy link
Collaborator

Fix crash in no-identical-title (fixes #98)

The problem was no new test suite "layer" was added if the test suite had a non-string literal title, but the layers were popped regardless of the title, which resulted in an empty stack.

cc @epmatsw

@lo1tuma
Copy link
Owner

lo1tuma commented Aug 30, 2016

LGTM. Thanks for reporting @epmatsw and fixing @jfmengels this bug.

@lo1tuma lo1tuma merged commit 3f5f8b8 into lo1tuma:master Aug 30, 2016
@lo1tuma lo1tuma added the bug label Aug 30, 2016
@jfmengels jfmengels deleted the fix-no-identical-title branch August 30, 2016 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash in no-identical-titles: "Cannot read property 'testTitles' of undefined"
2 participants