Skip to content

source: on MicResult should be renamed sourceFile:  #886

@Ducasse

Description

@Ducasse

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions