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
When a BASH script('.sh' file) that has a decimal number in its contents is rendered with the mog command, it tends to produce erroneous output where the mantissa part(numbers after the decimal point) of the number is a different number in itself and not as a whole with the abscissa.
This issue might have been overlooked as the test files included in the test folder do not cover most of the features and data which can possibly be stored in a file of the given filetype.
Upon further research over the error, I noted that the issue was caused by the pygment (a dependency module used in the project) module's styling rules, I have raised an issue for the same with them, It is advisable to update the dependency once they patch it up.
Also, the test files in the test folder should be redesigned to meet most of the features and constructs for a given filetype.
When a BASH script('.sh' file) that has a decimal number in its contents is rendered with the
mog
command, it tends to produce erroneous output where the mantissa part(numbers after the decimal point) of the number is a different number in itself and not as a whole with the abscissa.Here is a link for the output.
The text was updated successfully, but these errors were encountered: