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 Philip Kime "<philip at kime.org.uk>"
26
28 Please report any bugs or feature requests on our Github tracker at
29 <https://github.com/plk/biber/issues>.
30
32 Copyright 2009-2012 Francois Charette and Philip Kime, all rights
33 reserved. Copyright 2012-2019 Philip Kime, all rights reserved.
34
35 This module is free software. You can redistribute it and/or modify it
36 under the terms of the Artistic License 2.0.
37
38 This program is distributed in the hope that it will be useful, but
39 without any warranty; without even the implied warranty of
40 merchantability or fitness for a particular purpose.
41
42
43
44perl v5.32.1 2021-05-18 Biber::Output::test(3)