Sha256: 4c61c73bcc315b94a67e255bcb2371dbc81416ba1760a43f72e361ea458fff75

Contents?: true

Size: 317 Bytes

Versions: 6

Compression:

Stored size: 317 Bytes

Contents

%%
%% A valid BibTeX file
%% String assignment and replacement
%%

@string{ foo = "foo" }
@string{ bar = "bar" }
@string{ foobar = foo # "bar" }
@string{ foobarfoo = foobar # foo }
@string{ barfoobar = bar # "foo" # bar }

@preamble { "foo" # foo # foobarfoo # "bar" }

@manual {manual:1,
	title = "foo" # barfoobar
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bibtex-ruby-1.2.1 test/bib/04_string_replacement.bib
bibtex-ruby-1.2.0 test/bib/04_string_replacement.bib
bibtex-ruby-1.1.2 test/bib/04_string_replacement.bib
bibtex-ruby-1.1.1 test/bib/04_string_replacement.bib
bibtex-ruby-1.1.0 test/bib/04_string_replacement.bib
bibtex-ruby-1.0.0 test/bib/04_string_replacement.bib