% This file is part of Beastie <https://purl.org/nxg/dist/beastie>
% SPDX-FileCopyrightText: 2024 Norman Gray <https://nxg.me.uk>
% SPDX-License-Identifier: BSD-2-Clause

@string{sc1 = "bibinc3-string"}

@article{a1-inc3,
  author =       {First Delta},
  note =         "s=" # s1 # " and " # sc1
}

% create an include loop
@include{bib-t06-include-loop.bib}

@article{a2-inc3,
  author =       {Second Delta},
  note =         "s=" # s1 # " and " # sc1,
}
