1Biber::Output::test(3)User Contributed Perl DocumentationBiber::Output::test(3)
2
3
4
6 Biber::Output::test - Output class for loopback testing Essentially,
7 this outputs to a string so we can look at it internally in tests
8
9 _printfield
10 Add the .bbl for a text field to the output accumulator.
11
12 set_output_entry
13 Set the .bbl output for an entry. This is the meat of
14 the .bbl output
15
16 create_output_misc
17 Create the output for misc bits and pieces like preamble and closing
18 macro call and add to output object.
19
20 output
21 BBL output method - this takes care to output entries in the explicit order
22 derived from the virtual order of the auxcitekeys after sortkey sorting.
23
25 Francois Charette, "<firmicus at ankabut.net>" Philip Kime "<philip at
26 kime.org.uk>"
27
29 Please report any bugs or feature requests on our Github tracker at
30 <https://github.com/plk/biber/issues>.
31
33 Copyright 2009-2018 Francois Charette and Philip Kime, all rights
34 reserved.
35
36 This module is free software. You can redistribute it and/or modify it
37 under the terms of the Artistic License 2.0.
38
39 This program is distributed in the hope that it will be useful, but
40 without any warranty; without even the implied warranty of
41 merchantability or fitness for a particular purpose.
42
43
44
45perl v5.30.1 2020-01-28 Biber::Output::test(3)