diff options
Diffstat (limited to 'app/src/test/kotlin/com')
-rw-r--r-- | app/src/test/kotlin/com/pitchedapps/frost/facebook/FbUrlTest.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/test/kotlin/com/pitchedapps/frost/facebook/FbUrlTest.kt b/app/src/test/kotlin/com/pitchedapps/frost/facebook/FbUrlTest.kt index bb6a8467..3a87a697 100644 --- a/app/src/test/kotlin/com/pitchedapps/frost/facebook/FbUrlTest.kt +++ b/app/src/test/kotlin/com/pitchedapps/frost/facebook/FbUrlTest.kt @@ -45,8 +45,8 @@ class FbUrlTest { @Test fun css() { - val expected = "https://test.com?efg=hi&oh=bye&oe=apple" - val orig = "https\\3a //test.com?efg\\3d hi\\26 oh\\3d bye\\26 oe\\3d apple" + val expected = "https://test.com?efg=hi&oh=bye&oe=apple%3Fornot" + val orig = "https\\3a //test.com?efg=hi&oh=bye&oe=apple\\3F ornot" assertFbFormat(expected, orig) } |