Skip to content

Commit 3f7780c

Browse files
committed
1 parent 1ae5345 commit 3f7780c

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

README.md

+38
Original file line numberDiff line numberDiff line change
@@ -3194,5 +3194,43 @@ RwTestProjectLibraryIndexCard {
31943194
#rowanSHA : 'f25991381'
31953195
}
31963196
```
3197+
### [spec_0089](https://github.com/dalehenrich/RowanSample9V3/tree/spec_0089)
3198+
```
3199+
RwLoadSpecificationV2 {
3200+
#specName : 'spec_0089',
3201+
#projectName : 'RowanSample9V3',
3202+
#gitUrl : '[email protected]:dalehenrich/RowanSample9V3.git',
3203+
#revision : 'spec_0089',
3204+
#projectSpecFile : 'rowan/project.ston',
3205+
#componentNames : [
3206+
'Core'
3207+
],
3208+
#customConditionalAttributes : [
3209+
'tests'
3210+
],
3211+
#platformProperties : {
3212+
'gemstone' : {
3213+
'allusers' : {
3214+
#defaultSymbolDictName : 'RowanSample9_1'
3215+
}
3216+
}
3217+
},
3218+
#comment : 'Start with spec_0001 and add 6 methods with selectors to test that we are using unicode codepoints for sorting, not unicode sort order.'
3219+
}
3220+
3221+
RwTestProjectLibraryIndexCard {
3222+
#name : 'index_0089',
3223+
#title : 'Start with spec_0001 and add 6 methods with selectors to test that we are using unicode codepoints for sorting, not unicode sort order.',
3224+
#specName : 'spec_0089',
3225+
#index : 89,
3226+
#derivedFrom : 'spec_0001',
3227+
#comment : '',
3228+
#rowanIssues : [
3229+
953
3230+
],
3231+
#gemstoneIssues : [ ],
3232+
#rowanSHA : 'c6254d045'
3233+
}
3234+
```
31973235

31983236
*This README file is autogenerated, so any direct edits may be lost.*

indexCards/index_0089.ston

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
RwTestProjectLibraryIndexCard {
2+
#name : 'index_0089',
3+
#title : 'Start with spec_0001 and add 6 methods with selectors to test that we are using unicode codepoints for sorting, not unicode sort order.',
4+
#specName : 'spec_0089',
5+
#index : 89,
6+
#derivedFrom : 'spec_0001',
7+
#comment : '',
8+
#rowanIssues : [
9+
953
10+
],
11+
#gemstoneIssues : [ ],
12+
#rowanSHA : 'c6254d045'
13+
}

specs/spec_0089.ston

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
RwLoadSpecificationV2 {
2+
#specName : 'spec_0089',
3+
#projectName : 'RowanSample9V3',
4+
#gitUrl : '[email protected]:dalehenrich/RowanSample9V3.git',
5+
#revision : 'spec_0089',
6+
#projectSpecFile : 'rowan/project.ston',
7+
#componentNames : [
8+
'Core'
9+
],
10+
#customConditionalAttributes : [
11+
'tests'
12+
],
13+
#platformProperties : {
14+
'gemstone' : {
15+
'allusers' : {
16+
#defaultSymbolDictName : 'RowanSample9_1'
17+
}
18+
}
19+
},
20+
#comment : 'Start with spec_0001 and add 6 methods with selectors to test that we are using unicode codepoints for sorting, not unicode sort order.'
21+
}

0 commit comments

Comments
 (0)