Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Rebased #1346: feat(TestBed): add whitespace handling to compile #1445

Closed
wants to merge 1 commit into from

Conversation

jbdeboer
Copy link
Contributor

Add whitespace handling to the TestBed’s compile function.

Closes #1262. Previously, strings passed with leading or
trailing whitespace would be compiled incorrectly. Now,
valid HTML with arbitrary whitespace in and surrounding it
can be compiled properly.

Closes #1346

Add whitespace handling to the TestBed’s compile function.

Closes dart-archive#1262. Previously, strings passed with leading or
trailing whitespace would be compiled incorrectly. Now,
valid HTML with arbitrary whitespace in and surrounding it
can be compiled properly.

Closes dart-archive#1346
vsavkin pushed a commit that referenced this pull request Sep 14, 2014
Add whitespace handling to the TestBed’s compile function.

Closes #1262. Previously, strings passed with leading or
trailing whitespace would be compiled incorrectly. Now,
valid HTML with arbitrary whitespace in and surrounding it
can be compiled properly.

Closes #1346

Closes #1445
@vsavkin vsavkin closed this in 5f5ce35 Sep 14, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

fix(TestBed): TestBed toNodeList and whitespace
2 participants