0
黃瓜切絲離開凹槽從我的情況:黃瓜文檔字符串使用縮進
Scenario: view task info with subtasks
When I run command `-t 1 list`
Then I should see
"""
#1 "Test task 1"
2014-11-12
Description 1
Subtasks:
2014-11-12 Subtask 3 (#3) #this indentation
2014-11-12 Subtask 1 (#1) #stripped away
"""
通過實驗,我發現,黃瓜切出有時前導空格。因此,如果我需要在代碼中測試兩個空格縮進,我需要在Cucumber場景中放置六個或五個空格。這很奇怪。黃瓜的行爲是否正確?