commit | 45016746f1a992e7300cae74761c681a8a3f4fe7 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Feb 22 12:02:10 2022 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Mon Apr 04 12:46:08 2022 -0600 |
tree | a609743440e8e2a6494e03d7db223853ba16eaad | |
parent | c3f2a3738a3603f51e3621504d8207767526add9 [diff] |
Fix bug in Ada attributes lexing The Ada lexer allows whitespace between the apostrophe and the attribute text, but processAttribute does not handle this. This patch fixes the problem and introduces a regression test.