mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
add sample files
This commit is contained in:
15
samples/STON/TestDomainObject.ston
Normal file
15
samples/STON/TestDomainObject.ston
Normal file
@@ -0,0 +1,15 @@
|
||||
TestDomainObject {
|
||||
#created : DateAndTime [ '2012-02-14T16:40:15+01:00' ],
|
||||
#modified : DateAndTime [ '2012-02-14T16:40:18+01:00' ],
|
||||
#integer : 39581,
|
||||
#float : 73.84789359463944,
|
||||
#description : 'This is a test',
|
||||
#color : #green,
|
||||
#tags : [
|
||||
#two,
|
||||
#beta,
|
||||
#medium
|
||||
],
|
||||
#bytes : ByteArray [ 'afabfdf61d030f43eb67960c0ae9f39f' ],
|
||||
#boolean : false
|
||||
}
|
||||
Reference in New Issue
Block a user