Summary of the new feature / enhancement
The discussion from the WG regarding the FileContent resource was around how to present to the user which line in the content was different rather than just indicating the entire content property was different.
Proposed technical implementation details (optional)
Resource can optionally return the diff if it implements test directly. However, this is currently expected to be a list of properties that differ. We can enhance this by adding a structured syntax to identify a specific line. For example:
This would indicate that line 200 in property content differs.
Summary of the new feature / enhancement
The discussion from the WG regarding the FileContent resource was around how to present to the user which line in the content was different rather than just indicating the entire
contentproperty was different.Proposed technical implementation details (optional)
Resource can optionally return the diff if it implements
testdirectly. However, this is currently expected to be a list of properties that differ. We can enhance this by adding a structured syntax to identify a specific line. For example:This would indicate that line 200 in property
contentdiffers.