From c8a624bcfd90febe2839c082495e43cf09c24f0c Mon Sep 17 00:00:00 2001 From: jiyinyiyong Date: Tue, 18 Mar 2014 00:16:35 +0800 Subject: [PATCH] fix test of at --- test/services/at.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/services/at.js b/test/services/at.js index e3e1e60..dfc396e 100644 --- a/test/services/at.js +++ b/test/services/at.js @@ -23,10 +23,10 @@ describe('services/at.js', function () { testuser3 @testuser2你好 \ @testuser1@testuser3\ @testuser2@testuser123 oh my god'; - var linkedText = '@[testuser1](/user/testuser1) 哈哈, hellowprd testuser1 testuser2 \ - testuser3 @[testuser2](/user/testuser2)你好 \ - @[testuser1](/user/testuser1)@[testuser3](/user/testuser3)\ - @[testuser2](/user/testuser2)@[testuser1](/user/testuser1)23 oh my god'; + var linkedText = '[@testuser1](/user/testuser1) 哈哈, hellowprd testuser1 testuser2 \ + testuser3 [@testuser2](/user/testuser2)你好 \ + [@testuser1](/user/testuser1)[@testuser3](/user/testuser3)\ + [@testuser2](/user/testuser2)[@testuser1](/user/testuser1)23 oh my god'; describe('fetchUsers()', function () { var mentionUser = rewire('../../services/at');