Skip to content

Commit

Permalink
Fix tiny styling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
frcroth committed Jul 13, 2020
1 parent 81fe859 commit 2169aa3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
constants
paragraphCharacter

^Character value: 182
^ Character value: 182
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"next" : "OS 7/12/2020 18:13",
"on:" : "kh 7/3/2020 19:30",
"paragraph" : "OS 7/12/2020 18:42",
"paragraphCharacter" : "OS 7/4/2020 20:38",
"paragraphCharacter" : "frc 7/13/2020 13:29",
"readLimit" : "kh 7/3/2020 19:56",
"readLimit:" : "kh 7/3/2020 19:56",
"stopConditions" : "OS 7/4/2020 23:01",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
utilities
isEndOfStructure: listElement

^ listElement first = #endOfStructure


^ listElement first = #endOfStructure
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ textWithAttributes

| text |
text := ('hello', self paragraphCharacter asString, 'world') asText.
text := text addAttribute: (self boldTextStructure) from: 1 to: 6.
text := text addAttribute: (self italicTextStructure) from: 7 to: 11.
^text
text := text addAttribute: self boldTextStructure from: 1 to: 6.
text := text addAttribute: self italicTextStructure from: 7 to: 11.
^ text
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
},
"instance" : {
"isBeginningOfStructure:" : "OS 7/10/2020 12:17",
"isEndOfStructure:" : "OS 7/10/2020 12:16",
"isEndOfStructure:" : "frc 7/13/2020 13:29",
"isParagraph:" : "OS 7/10/2020 12:20",
"paragraphCharacter" : "OS 7/10/2020 11:34",
"testUS59EndOfStructureAndBeginOfStructureIncludeStructure" : "OS 7/10/2020 12:26",
"testUS59NextReturnsNextSectionOfTextAndListOfStopConditions" : "OS 7/10/2020 12:27",
"testUS59ReadStreamExists" : "OS 7/10/2020 11:22",
"testUS59StopConditionsAreInCorrectOrder" : "OS 7/10/2020 12:22",
"textWithAttributes" : "OS 7/10/2020 12:08" } }
"textWithAttributes" : "frc 7/13/2020 13:29" } }

0 comments on commit 2169aa3

Please sign in to comment.