Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
is2ei committed Jun 12, 2022
1 parent 2ac0802 commit a49f13d
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 a49f13d

Please sign in to comment.