docs: fix code block language for custom operation results#1952
docs: fix code block language for custom operation results#1952kamina-zzz wants to merge 2 commits intoopen-feature:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: kamina-zzz <kamina.dev1991@gmail.com>
Signed-off-by: kamina-zzz <kamina.dev1991@gmail.com>
✅ Deploy Preview for polite-licorice-3db33c ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
There was a problem hiding this comment.
Code Review
This pull request updates the language tags for code blocks from shell to json in the fractional and string comparison operation documentation. Review feedback identifies data inconsistencies in the JSON examples within the string comparison documentation, specifically where the hex values for the 'green' variant do not match the expected values defined earlier in the document.
| Result: | ||
|
|
||
| ```shell | ||
| ```json |
There was a problem hiding this comment.
While updating the language tag, note that the JSON result in the following line (77) is inconsistent with the flag definition. The variant green should have the value #00FF00 (as defined on line 37), but the example shows #0000FF. It appears that other examples in this file (e.g., lines 65 and 139) also contain similar data inconsistencies between the variant name and its value.
| Result: | ||
|
|
||
| ```shell | ||
| ```json |



Summary
shelltojsonfor JSON result examples in custom operation docsTest plan
(This supersedes #1951, which only covered the fractional operation fix.)