-
Notifications
You must be signed in to change notification settings - Fork 44
source: on MicResult should be renamed sourceFile: #886
Copy link
Copy link
Closed
Description
and we should pay attention to store the same kind of objects inside
handleBrokenSyncValue: aString of: aMicCodeBlock
results add: (MicBrokenSyncDefinition new
syncValue: aString;
source: aMicCodeBlock;
yourself)
vs.
testUndefinedInputFile
| res |
res := MicUndefinedInputFileResult new.
res inputFileBlock: (MicInputfileBlock new path: 'myDir/foo.md').
res source: '/myDir/chapter2.md'.
"pay attention since in this package fromFile is pass a fullName and not a file we will have to change
this later"
res source: '/myDir/chapter2.md' asFileReference.
self
assert: res explanation
equals: 'File input myDir/foo.md (in file /myDir/chapter2.md) does not exist'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels