add an example

reviewable/pr2602/r1
tanshanshan 2017-02-21 11:52:18 +08:00 committed by mengyuan
parent 65eacf1145
commit 4806f01d8f
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ Here are some examples:
| `[/ep-1]` | `[foo bar]` | <not set> | <not set> | `[ep-1 foo bar]` |
| `[/ep-1]` | `[foo bar]` | `[/ep-2]` | <not set> | `[ep-2]` |
| `[/ep-1]` | `[foo bar]` | <not set> | `[zoo boo]` | `[ep-1 zoo boo]` |
| `[/ep-1]` | `[foo bar]` | `[/ep-2]` | `[zoo boo]` | `[ep-2 zoo boo]` |
{% endcapture %}