Skip to content

Commit

Permalink
Merge pull request #693 from is2ei/run-format
Browse files Browse the repository at this point in the history
format code
  • Loading branch information
cure53 committed Jun 12, 2022
2 parents 2ac0802 + a49f13d commit abf6295
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -1,16 +1,22 @@
## Summary

<!-- Explain this change, e.g. "this pull request [implements, fixes, changes]...". -->

## Background & Context

<!-- Briefly outline why this PR was needed, a minimal context, culminating in your implementation. -->

## Tasks

<!-- Add tasks to give a quick overview for QA and reviewers -->

- xxxx
- xxxx
- xxxx

## Dependencies

<!-- If there are any dependencies on PRs or API work then list them here. -->

- [x] Resolved dependency
- [ ] Open dependency
2 changes: 1 addition & 1 deletion test/test-suite.js
Expand Up @@ -1857,7 +1857,7 @@
[
'<a xmlns="http://www.w3.org/1999/xhtml" href="#">abc</a>' +
'<CustomTag xmlns="http://www.w3.org/1999/xhtml" CustomAttr="foo"></CustomTag>',
"<a xmlns=\"http://www.w3.org/1999/xhtml\" href=\"#\">abc</a><CustomTag xmlns=\"http://www.w3.org/1999/xhtml\" CustomAttr=\"foo\" customattr=\"foo\"></CustomTag>"
'<a xmlns="http://www.w3.org/1999/xhtml" href="#">abc</a><CustomTag xmlns="http://www.w3.org/1999/xhtml" CustomAttr="foo" customattr="foo"></CustomTag>',
]
);
}
Expand Down

0 comments on commit abf6295

Please sign in to comment.