~brian-sidebotham/wxwidgets-cmake/wxpython-2.9.4

« back to all changes in this revision

Viewing changes to wxPython/wx/tools/Editra/tests/syntax/yaml.yaml

  • Committer: Brian Sidebotham
  • Date: 2013-08-03 14:30:08 UTC
  • Revision ID: brian.sidebotham@gmail.com-20130803143008-c7806tkych1tp6fc
Initial import into Bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Syntax Highlighting Test file for YAML
 
2
# Some Comments about this file
 
3
 
 
4
---!myDocument
 
5
logEvent:    Hello World
 
6
date:        2007-08-06
 
7
customer:
 
8
    given:   Joe
 
9
    family:  Bazooka
 
10
 
 
11
greet:  &id001
 
12
    location: | 
 
13
              In Front of you
 
14
 
 
15
greeting:
 
16
    - first: Hello
 
17
      second: World
 
18
 
 
19
    - first: Buy my gum
 
20
      second: I give you Comics
 
21
 
 
22
specialGreeting:  >
 
23
    This is a text section of a yaml document all
 
24
    the (xxx:) items are identifiers.
 
25
...