unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
blob f7c51a2ce57ac06eb6d3b6144d8ce34f36a9dc88 333 bytes (raw)
name: test/lisp/progmodes/cperl-mode-resources/cperl-bug-19709.pl 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
# -------- bug#19709: input --------
my $a = func1(
    Module::test()
  );

my $b = func2(
    test()
);

my $c = func3(
    Module::test(),
);
# -------- bug#19709: expected output --------
my $a = func1(
    Module::test()
);

my $b = func2(
    test()
);

my $c = func3(
    Module::test(),
);
# -------- bug#19709: end --------

debug log:

solving f7c51a2ce5 ...
found f7c51a2ce5 in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).