Skip to content

Commit f4a302d

Browse files
klmhyeonwooCopilot
andauthored
Update package/stringUtil/unescapeHtml/index.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3673f6c commit f4a302d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/stringUtil/unescapeHtml/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test("HTML 특수 문자를 언이스케이프한다.", () => {
77
expect(output).toBe("<span> 안녕하세요 </span>");
88
});
99

10-
describe("unsecapeHtml 유틸 함수 테스트", () => {
10+
describe("unescapeHtml 유틸 함수 테스트", () => {
1111
test("여러 HTML 특수 문자를 포함한 문자열을 올바르게 언이스케이프한다", () => {
1212
const input =
1313
"Tom &amp; Jerry &lt;3 &quot;Best Friends&quot; &#39;Forever&#39; &#x2F; Fun";

0 commit comments

Comments
 (0)