You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cx...@apache.org on 2017/08/25 12:13:41 UTC

[2/5] incubator-weex git commit: * [test] bugfix a

* [test] bugfix a


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/578f1e98
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/578f1e98
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/578f1e98

Branch: refs/heads/0.16-dev
Commit: 578f1e986eee80f4f0f20139f0bbe1420628249b
Parents: f6c089c
Author: gurisxie <27...@qq.com>
Authored: Fri Aug 25 17:22:26 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Fri Aug 25 17:22:26 2017 +0800

----------------------------------------------------------------------
 test/pages/components/a-src.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/578f1e98/test/pages/components/a-src.vue
----------------------------------------------------------------------
diff --git a/test/pages/components/a-src.vue b/test/pages/components/a-src.vue
index ef3c720..75e9f1f 100644
--- a/test/pages/components/a-src.vue
+++ b/test/pages/components/a-src.vue
@@ -8,7 +8,7 @@
         <a test-id='a-itself' class="button mr-base" :href="href">
           <text test-id='content-inside-a' class="text">Jump</text>
         </a>
-        <a test-id='a-itself' class="button mr-base" href="">
+        <a class="button mr-base" href="">
           <text class="text">JumpBlank</text>
         </a>