Yes. It should move on the shortest path, what it does in fact.
But if the actual position is a multiple of full turns to the commanded position, there is no move to do.
The axis doesn't move which is what it should do.
But the DRO value remains the old one, it does not change to the target position.
Example:
DRO for A is '0'
G1 A3600 --> Axis moves. After move DRO shows 3600
G0 A0 --> Axis does not move at all, because way to go is 10x360°
After move, DRO still shows 3600
Uli