You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
map[QStringLiteral( "3" )] = "A very long string that is going to be truncated";
3119
-
QCOMPARE( QgsExpression::formatPreviewString( QVariant( map ) ), QString( "<i><map: 1: 'One', 2: 'Two', 3: 'A very long string that is going to …></i>" ) );
3119
+
QCOMPARE( QgsExpression::formatPreviewString( QVariant( map ) ), QStringLiteral( "{ 1: 'One', 2: 'Two', 3: 'A very long string that is going to … }" ) );
0 commit comments