Sha256: bfc5e1496c3a09e651da56fcadcb4a0ede1ceea6db1e2baaebcf44bfdec70baf
Contents?: true
Size: 528 Bytes
Versions: 2
Compression:
Stored size: 528 Bytes
Contents
Feature: author experiments with selectors As an author I want to test the behavior of various selectors So that I know what to use in my article Scenario: list stuff Given an article with the contents: """ # :TEXT: A # Section A # :SAMPLE: X X 1 X 2 X 3 X 4 # :PROCESS: quote, "quoter %f" """ When I run the command "germ select '@X:2..3|quote'" on the article Then the output should be as follows: """ > X 2 > X 3 """
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
devver-germinate-1.2.0 | features/author-selects-hunks.feature |
germinate-1.2.0 | features/author-selects-hunks.feature |