diff options
| author | Eli Zaretskii | 2021-06-18 14:28:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2021-06-18 14:28:16 +0300 |
| commit | 6af9f1f3efc98f3ad736db9e2cf6dfb63bf7e3ff (patch) | |
| tree | e4d2ec83a50dcb2af1aa42bcb0b95d67d0fb4f79 /lib-src | |
| parent | 0ffcf7479c49ad5e0f9f675124c7cf741197aedd (diff) | |
| download | emacs-6af9f1f3efc98f3ad736db9e2cf6dfb63bf7e3ff.tar.gz emacs-6af9f1f3efc98f3ad736db9e2cf6dfb63bf7e3ff.zip | |
Improve and update the 'etags' test suite
* lib-src/etags.c (mercury_pr): Remove redundant comment.
* test/manual/etags/merc-src/accumulator.m: Add more complex
declarations.
* test/manual/etags/ETAGS.good_1:
* test/manual/etags/ETAGS.good_2:
* test/manual/etags/ETAGS.good_3:
* test/manual/etags/ETAGS.good_4:
* test/manual/etags/ETAGS.good_5:
* test/manual/etags/ETAGS.good_6:
* test/manual/etags/CTAGS.good: Adapt to latest changes in 'etags'
and the test suite. (Bug#47408)
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index bd57ede2f37..c39c93db336 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -6597,8 +6597,6 @@ mercury_pr (char *s, char *last, ptrdiff_t lastlen) | |||
| 6597 | && c_isspace (s[pos - namelength - offset])) | 6597 | && c_isspace (s[pos - namelength - offset])) |
| 6598 | --offset; | 6598 | --offset; |
| 6599 | 6599 | ||
| 6600 | /* There is no need to correct namelength or call notinname. */ | ||
| 6601 | |||
| 6602 | make_tag (s + pos - namelength - offset, namelength - 1, true, | 6600 | make_tag (s + pos - namelength - offset, namelength - 1, true, |
| 6603 | s, pos - offset - 1, lineno, linecharno); | 6601 | s, pos - offset - 1, lineno, linecharno); |
| 6604 | return pos; | 6602 | return pos; |