Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Bugfix ? #51

Merged
merged 1 commit into from Mar 7, 2014
Merged

Bugfix ? #51

merged 1 commit into from Mar 7, 2014

Conversation

ayurmedia
Copy link
Contributor

Shouldn't it be switch to HTML , when asp-tag + end %> ? it switches to PHP , but it's already PHP.

compare to
'?>' {
state = HTML;
continue;
}

where it switches to HTML in a similar condition.

Maybe nobody tested asp-tags, seams to be broken in master.

Shouldn't it be switch to HTML , when asp-tag + end %> ? it switches to PHP , but it's already PHP. 

compare to 
<PHP> '?>' {
      state = HTML;
      continue;
    }

where it switches to HTML in a similar condition. 

Maybe nobody tested asp-tags, seams to be broken in master.
Swahvay added a commit that referenced this pull request Mar 7, 2014
@Swahvay Swahvay merged commit ead0c85 into hhvm:master Mar 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants