Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyLouvre committed Jul 14, 2016
1 parent 4c14799 commit 266079f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions karma/reconcile.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ describe('节点对齐算法', function () {
div.innerHTML =  heredoc(function () {
/*
<div ms-controller="reconcile3">
<style>
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
</style>
<code>&lt;a&gt;</code><br/>
<b ms-html="@wenti1"></b>
<p ms-for="item in @wenti2">问题{{item+1}}:{{ item < 1 ? '小于1' : item > 1 ? '大于1' : item }}</p>
Expand Down

0 comments on commit 266079f

Please sign in to comment.