You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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'
The text was updated successfully, but these errors were encountered:
and we should pay attention to store the same kind of objects inside
vs.
testUndefinedInputFile
The text was updated successfully, but these errors were encountered: