Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pascal & Ada diffs are case senstive (The language syntax is not) #791

Open
PeterBBBBB opened this issue Nov 27, 2024 · 2 comments
Open

Comments

@PeterBBBBB
Copy link

Pascal & Ada reserved words and identifiers are not case senstive. With these languages, difftastic highlights
a lot of false postive differences. Ideally, quoted string comapison should be case senstive, but an overall case insenstive difference would be an improvement for these languages re the status quo.

Attaching example files, of semantically indentical programs (Remove the .txt to test)

Hello1.adb.txt
Hello1.pas.txt
Hello2.adb.txt
Hello2.pas.txt

@Wilfred
Copy link
Owner

Wilfred commented Nov 28, 2024

Thanks for the report. Could you share an example of files where the identifiers differ by case, not just the keywords?

@PeterBBBBB
Copy link
Author

Sure, attaching new examples;

hello1a.adb.txt
Hello1a.pas.txt
hello2a.adb.txt
Hello2a.pas.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants