﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
270	Include BST removes tailing spaces of text elements	Javier Portugal	danirus	"See next example.
When using IncludeBST, it's expected to get set element's as they were saved!!
// Create a structure
Struct PruebaSt
{
  Text TextUno,
  Text TextDos
};
// Structured set with more than one space in text elements
Set miSet = SetOfSet(
  PruebaSt(""Cadena 1 con mas de   un espacio al final        "", ""y yo tb     ""),
  PruebaSt(""Cadena 2 con mas de   un espacio al final        "", ""y yo tb     ""),
  PruebaSt(""Cadena 3 con mas de   un espacio al final        "", ""y yo tb     "")
);
// Save BST file
Set BSTFile(miSet, ""C:/prueba.bst"");
// Open BST file
Set miSet2 = IncludeBST(""C:/prueba.bst"");
// Set miSet2 doesn't have tailing spaces at end of texts"	defect	closed	normal		SetAlgebra	head	normal	fixed		
