Changes between Version 9 and Version 10 of YAMLColonInFlowContext
- Timestamp:
- 02/09/11 16:29:20 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
YAMLColonInFlowContext
v9 v10 56 56 snapshotRepository: { id: snapshots, name: snapshots, url: "http://maven.sonatype.org/snapshots" } 57 57 }}} 58 59 Another example (from the Ruby world): 60 {{{ 61 Psych::SyntaxError: (<unknown>): couldn't parse YAML at line 0 column 10 62 }}} 63 64 and the source document: 65 {{{ 66 order: [ :year, :month, :day ] 67 }}}
