all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob c4a747a1c7841a0e8abe75732e814e33d000e901 424 bytes (raw)
name: test/indent/ruby.rb 	 # 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
 
# Don't mis-match "sub" at the end of words.
a = asub / aslb + bsub / bslb;

b = %Q{This is a "string"}
c = %w(foo
 bar
 baz)
d = %!hello!

# A "do" after a slash means that slash is not a division, but it doesn't imply
# it's a regexp-ender, since it can be a regexp-starter instead!
x = toto / foo; if /do bar/ then
                  toto = 1
                end

# Some Cucumber code:
Given /toto/ do
  print "hello"
end

debug log:

solving c4a747a ...
found c4a747a 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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.