Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commite6d15e3

Browse files
committed
chore: wip
1 parent8b0fa5e commite6d15e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎test/helper/sanitizer_test.exs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ defmodule GroupherServer.Test.Helper.Sanitizer do
88
describe"[snaitizer test]"do
99
@tag:wip
1010
test"basic test"do
11-
html="<h1>1</h1><h2>2</h2><h3>3</h3><h4>4</h4><h5>5</h5><h6>6</h6>"
11+
html="hello<h1>1</h1><h2>2</h2><h3>3</h3><h4>4</h4><h5>5</h5><h6>6</h6>world"
1212
sanitized=Helper.Sanitizer.sanitize(html)
13-
assertsanitized="123456"
13+
assertsanitized="hello123456world"
1414
end
1515

1616
@tag:wip

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp